It is awesome but I have some trouble in ahk key binding. ESC works as always but when I try to bind Joy9::Esc or Joy10::1 (or 1Joy9) it doesn't work. Some times it does but later it lose control. same thing with Joy2key. Any ideas what might be the problem?
Never mind make it like this:
1joy11::
Send, {1 down}
Sleep 50
Send, {1 up}
return
and it is fine