# # Joystick menu config file # Place in ~/.mythtv/ # # Format: # devicename Specify name of joystick device to use # (e.g. /dev/js0) # button num keystring Send 'keystring' when button 'num' is released # chord cnum bnum keystring If button cnum is down, and button 'bnum' # is released, send keystring # axis num from to keystring If axis num goes into the range of from-to # send keystring devicename /dev/input/js0 button 0 Enter button 1 Escape axis 0 -32767 -15000 Left axis 0 15000 32767 Right axis 1 -32767 -15000 Up axis 1 15000 32767 Down devicename /dev/input/js1 button 0 Enter button 1 Enter button 2 Enter button 3 Enter button 4 Escape button 5 Escape button 6 Escape button 7 Escape #chord 2 5 Escape axis 0 -32767 -15000 Left axis 0 15000 32767 Right axis 1 -32767 -15000 Up axis 1 15000 32767 Down axis 2 -32767 -15000 Left axis 2 15000 32767 Right axis 3 -32767 -15000 Up axis 3 15000 32767 Down axis 4 -32767 -15000 Left axis 4 15000 32767 Right axis 5 -32767 -15000 Up axis 5 15000 32767 Down