Advertisement
anonymous1184

JoystickTest.ahk

Feb 3rd, 2021
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Persistent
  2.  
  3. loop, 16
  4. {
  5.     outter := A_Index
  6.     loop, 16
  7.     {
  8.         Hotkey, % (outter = 1 ? "" : outter) "Joy" A_Index, msg
  9.     }
  10. }
  11.  
  12. msg()
  13. {
  14.     MsgBox, % A_ThisHotkey
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement