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:
Stefano Pigozzi
2013-09-01 20:36:57 +02:00
parent 6a55fa6793
commit 134c3e148c
4 changed files with 3 additions and 18 deletions

View File

@@ -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