Hey there,
Is there a way to bind my arrow keys in AHK? I have yet to find the command for them :/ (like binding button 1 is just ~1:: , but no idea for the arrow keys)
Thanks!
Printable View
Hey there,
Is there a way to bind my arrow keys in AHK? I have yet to find the command for them :/ (like binding button 1 is just ~1:: , but no idea for the arrow keys)
Thanks!
read AHK documentation, there is list of special keys
search in the help for Keylist that will give you a list
but because I am nice.
Up
Down
Left
and Right
most of them are easy to guess and get right!