summaryrefslogtreecommitdiffstats
path: root/etc/input.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/input.conf')
-rw-r--r--etc/input.conf23
1 files changed, 19 insertions, 4 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 5dbb7c8a06..1cbd2446ba 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -9,8 +9,8 @@
# mpv --input-test --pause dummy.mkv can be used to test which commands keys are
# bound to.
#
-# If you wish to unbind a key, use key ignore.
-# e.g. ENTER ignore
+# If you wish to unbind a key, bind it to the 'ignore' command:
+# KEY ignore
#
# Note that merely removing default key bindings from this file won't remove
# the default bindings mpv was compiled with, unless
@@ -20,7 +20,7 @@
# Lines starting with # are comments. Use SHARP to assign the # key.
#
# Strings need to be quoted and escaped:
-# KEY show_text "This is a single backslash: \\ and a quote: \" !"
+# KEY show_text "This is a single backslash: \\ and a quote: \" !"
#
# You can use modifier-key combinations like Shift+Left or Ctrl+Alt+x with
# modifiers Shift, Ctrl, Alt and Meta, but note that currently reading
@@ -136,7 +136,22 @@ k tv_step_channel -1
n tv_step_norm
u tv_step_chanlist
-#
+# Apple Remote section
+AR_PLAY cycle pause
+AR_PLAY_HOLD quit
+AR_CENTER cycle pause
+AR_CENTER_HOLD quit
+AR_NEXT seek 10
+AR_NEXT_HOLD seek 120
+AR_PREV seek -10
+AR_PREV_HOLD seek -120
+AR_MENU show_progress
+AR_MENU_HOLD cycle mute
+AR_VUP add volume 1
+AR_VUP_HOLD add chapter 1
+AR_VDOWN add volume -1
+AR_VDOWN_HOLD add chapter -1
+
# Joystick section
# WARNING: joystick support has to be explicitly enabled at
# compiletime with --enable-joystick