mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
osx: use MP_KEY_* instead of MK_* for media keys
In 213ad5d6c I added `MK_*` key bindings overlooking the fact that mpv already
has `MP_KEY_*` for media keys.
This commit is contained in:
@@ -171,11 +171,6 @@
|
||||
#AR_VDOWN add volume -1
|
||||
#AR_VDOWN_HOLD add chapter -1
|
||||
|
||||
# Media Keys section
|
||||
#MK_PLAY cycle pause
|
||||
#MK_PREV playlist_prev
|
||||
#MK_NEXT playlist_next
|
||||
|
||||
# Joystick section
|
||||
# WARNING: joystick support has to be explicitly enabled at
|
||||
# compiletime with --enable-joystick
|
||||
|
||||
Reference in New Issue
Block a user