You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to set my foot pedal to a Gamepad Button for software that I am unable to change the key commands for. I have tried footswitch -S '30' Which shows as 'X' key on (http://www.freebsddiary.org/APC/usb_hid_usages.php) but all I get is the ']' key. Am I missing something to set that command?
The text was updated successfully, but these errors were encountered:
I am not familiar with Gamepad but I guess you can try to connect it to a PC and sniff its keycodes with tools like xev. Then you can program the same key codes to your foot pedal.
I'm attempting to set my foot pedal to a Gamepad Button for software that I am unable to change the key commands for. I have tried
footswitch -S '30'
Which shows as 'X' key on (http://www.freebsddiary.org/APC/usb_hid_usages.php) but all I get is the ']' key. Am I missing something to set that command?The text was updated successfully, but these errors were encountered: