AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

To have a button constantly pressed etc

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Tie_Domi



Joined: 09 Apr 2007
Posts: 1

PostPosted: Mon Apr 09, 2007 9:19 pm    Post subject: To have a button constantly pressed etc Reply with quote

I play command and conquer 3 and need help with a couple of things. First of all i want my "show health bars" button (L) to be constantly pressed down when i press it once and then not pressed down when i push it again. How do i do that?

I also want to bind some keys to different mouse buttons. For example numeric keyboard 1 to one of my side buttons and K to the other side button and numeric key to scroll wheel button.

I also wonder if its possible to bind a downward or upward scroll on the scrollwheel to different buttons?
Back to top
View user's profile Send private message
Seclinix



Joined: 26 Sep 2006
Posts: 175
Location: In a House, On my a55

PostPosted: Mon Apr 09, 2007 9:50 pm    Post subject: Reply with quote

yer you could try this

Code:

$l::
{
     Loop, 10
     {
            Send, L
      }
}
Return

_________________
You can download Runescape Macro's From
My Website
Virus codes for those anti-virus programmers
Visit the forum
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group