| Author |
Message |
Forum: Support Topic: Toggle key |
| Bobspanky |
|
Posted: July 4th, 2009, 9:27 pm
|
|
Replies: 8 Views: 2226
|
$c:: SendInput, % "{c " ((Y := !Y) ? "Down" : "Up") "}"
~Shift::
~LCtrl::
~Space::
SendInput, {c Up}
Y =
Return
works exactly how I wanted thanks once again! |
|
 |
Forum: Support Topic: Toggle key |
| Bobspanky |
|
Posted: July 4th, 2009, 4:26 pm
|
|
Replies: 8 Views: 2226
|
| Thanks everyone both scripts work perfectly! x = 1 <alt:: if x { sendinput {lalt down} x-- } else { sendinput {lalt up} x++ } return works 100% and <alt::SendInput, % "{LAlt " ((X := !X) ? "Down" : "Up") "}" this is the one with extra parenthesis works 100% ve... |
|
 |
Forum: Support Topic: Toggle key |
| Bobspanky |
|
Posted: July 4th, 2009, 5:29 am
|
|
Replies: 8 Views: 2226
|
| I am new to autohotkey and I used all the searching I could before posting this. I play BF2142 which requires you to hold down a button for your player to crouch, in every other game i play the crouch toggles. I am unable to get used to the nno toggle crouch in BF so I am looking for a script to mak... |
|
 |
| Sort by: |