summaryrefslogtreecommitdiffstats
path: root/etc/input.conf
diff options
context:
space:
mode:
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-12 04:00:07 +0000
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-12 04:00:07 +0000
commit0506b2b9863cea2d52659b4f616010a400d95200 (patch)
treeb98704e9039be2100280a4fde29e45e7d74a18fc /etc/input.conf
parent79ce1349ed255aefc9d1c92180170f8ce3e461c2 (diff)
downloadmpv-0506b2b9863cea2d52659b4f616010a400d95200.tar.bz2
mpv-0506b2b9863cea2d52659b4f616010a400d95200.tar.xz
Add OSD menu keybindings for Apple Remote.
Since libmenu is still not enabled by default, we do not change default command of Apple Remote input, only add a comment for using OSD menu with Apple Remote. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25372 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/input.conf')
-rw-r--r--etc/input.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 329f469a1d..fb9faf35b6 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -103,6 +103,9 @@ JOY_BTN4 set_menu main
##
## Apple Remote section
##
+## To use OSD menu with Apple Remote, set key AR_MENU to any OSD menu command,
+## or just comment out the 'AR_MENU osd' line and uncomment the line after it.
+##
AR_PLAY pause
AR_PLAY_HOLD quit
@@ -111,6 +114,7 @@ AR_NEXT_HOLD seek 120
AR_PREV seek -10
AR_PREV_HOLD seek -120
AR_MENU osd
+#AR_MENU set_menu main
AR_MENU_HOLD mute
AR_VUP volume 1
AR_VDOWN volume -1