d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Easy Ahk Script, Need Help
Add Reply New Topic New Poll
Member
Posts: 650
Joined: Apr 13 2011
Gold: 0.00
Nov 15 2017 04:13pm
endKeys={enter}{tab}{LControl}{RControl}{LAlt}{LWin}{RWin}{AppsKey}{F1}

{F2}{F3}{F4}{F5}{F6}{F7}{F8}{F9}{F10}{F11}{F12}{Left}{Right}{Up}{Down}

{Home}{End}{PgUp}{PgDn}{Del}{Ins}{BS}{Capslock}{Numlock}{PrintScreen}

{Pause}

F9::
{
SendInput {Shift down}
SendInput {W down}
}
return

%endKeys%::
{
SendInput {Shift up}
SendInput {W up}
}
return

End::ExitApp



Error at line 10, and not sure if I set the "endKeys" properly or not.

This post was edited by mattie403 on Nov 15 2017 04:13pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll