ok lolz i been screwing around with this thing for like ever
#IfWinActive ; the title of your application window here
F1::
F2::
F3::
F4::Return
Enter::
If GetKeyState("F1","P")
Send {left}
Else If GetKeyState("F2","P")
Send {Down}
Else If GetKeyState("F3","P")
Send {Up}
Else If GetKeyState("F4","P")
Send {Right}
Return
#IfWinActive
is the AHK code F1 F2 F3 F4 r the arrows and ENTER is the strummer
jus hold ur keyboard like a guitar and PLAY PLAY PLAY
#IfWinActive ; the title of your application window here
F1::
F2::
F3::
F4::Return
Enter::
If GetKeyState("F1","P")
Send {left}
Else If GetKeyState("F2","P")
Send {Down}
Else If GetKeyState("F3","P")
Send {Up}
Else If GetKeyState("F4","P")
Send {Right}
Return
#IfWinActive
is the AHK code F1 F2 F3 F4 r the arrows and ENTER is the strummer
jus hold ur keyboard like a guitar and PLAY PLAY PLAY



lolz
Comment