Search the Community
Showing results for tags 'hid'.
Found 1 result
-
Here is a script I use to navigate Bigbox with controller buttons instead of the x/y axis or POV. Edit the controller numbers and buttons to suit. eg: 1JOY12 = 1st controller/joystick and button HID number 12 Edit sleep time to change the rapid fire. Its not suitable for games as it emulates the way the keyboard driver inputs. It only activates when BigBox is the main window so it wont interrupt games So press key, inputs, then if held after half a second rapid fires. It should feel exactly like using the arrow keys. Hopefully sometime soon the BigBox team will add remapping of navigation directions.... #IfWinActive, LaunchBox Big Box { 1Joy11:: { Send {Up} KeyWait 1Joy11, T0.5 If ErrorLevel While GetKeyState("1Joy11"){ Send {Up} Sleep 10 } } return 1Joy12:: { Send {Down} KeyWait 1Joy12, T0.5 If ErrorLevel While GetKeyState("1Joy12"){ Send {Down} Sleep 10 } } return 1Joy13:: { Send {Left} KeyWait 1Joy13, T0.5 If ErrorLevel While GetKeyState("1Joy13"){ Send {Left} Sleep 10 } } return 1Joy14:: { Send {Right} KeyWait 1Joy14, T0.5 If ErrorLevel While GetKeyState("1Joy14"){ Send {Right} Sleep 10 } } return }
- 5 replies
-
- ahk
- autohotkey
-
(and 3 more)
Tagged with: