| View previous topic :: View next topic |
| Author |
Message |
Tie_Domi
Joined: 09 Apr 2007 Posts: 1
|
Posted: Mon Apr 09, 2007 9:19 pm Post subject: To have a button constantly pressed etc |
|
|
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 |
|
 |
Seclinix
Joined: 26 Sep 2006 Posts: 175 Location: In a House, On my a55
|
Posted: Mon Apr 09, 2007 9:50 pm Post subject: |
|
|
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 |
|
 |
|