9 lines
290 B
Plaintext
9 lines
290 B
Plaintext
|
Section "InputClass"
|
||
|
Identifier "joystick catchall"
|
||
|
MatchIsJoystick "on"
|
||
|
MatchDevicePath "/dev/input/event*"
|
||
|
Driver "joystick"
|
||
|
Option "StartKeysEnabled" "False" #Disable mouse
|
||
|
Option "StartMouseEnabled" "False" #support
|
||
|
EndSection
|