How can I connect a joystick or xbox controller or some other kind of button to work in QuickACCESS? |
QuickACCESS can turn a press of the It depends on the kind of joystick you are using and the way the buttons are exposed by the driver. https://www.google.com/search?q=map+joystick+buttons+to+keyboard http://www.electracode.com/4/joy2key/JoyToKey%20English%20Version.htm AutoHotKey has great support for redirecting input. http://www.autohotkey.com/docs/KeyList.htm#Joystick Here is another link of examples: http://www.autohotkey.com/docs/misc/RemapJoystick.htm So to simply send a spacebar or a return key in an AutoHotKey script, you put the following:
|