mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
input: remove Linux joystick support
Why did this exist in the first place? Other than being completely useless, this even caused some regressions in the past. For example, there was the case of a laptop exposing its accelerometer as joystick device, which led to extremely fun things due to the default mappings of axis movement being mapped to seeking. I suppose those who really want to use their joystick to control a media player (???) can configure it as mouse device or so.
This commit is contained in:
@@ -159,20 +159,6 @@
|
||||
#AR_VDOWN add volume -2
|
||||
#AR_VDOWN_HOLD add chapter -1
|
||||
|
||||
# Joystick section
|
||||
# WARNING: joystick support has to be explicitly enabled at
|
||||
# compiletime with --enable-joystick
|
||||
#
|
||||
|
||||
#JOY_AXIS0_PLUS seek 10
|
||||
#JOY_AXIS0_MINUS seek -10
|
||||
#JOY_AXIS1_MINUS seek 60
|
||||
#JOY_AXIS1_PLUS seek -60
|
||||
#JOY_BTN0 cycle pause
|
||||
#JOY_BTN1 cycle osd
|
||||
#JOY_BTN2 add volume 2
|
||||
#JOY_BTN3 add volume -2
|
||||
|
||||
# For dvdnav:// and bdnav://
|
||||
|
||||
# navigation controls during playback
|
||||
|
||||
Reference in New Issue
Block a user