From bcf0c984f0d5409fc42e9694c1677366881ff6ad Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 14 Aug 2007 14:29:22 +0000 Subject: Apple Remote support patch by Zoltan Ponekker, pontscho kac.poliod hu cleaned up by Ulion, ulion2002 gmail com with some help by Reimar and me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24057 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/input.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'etc') diff --git a/etc/input.conf b/etc/input.conf index c34eb7e1f6..3094d7dec6 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -99,6 +99,21 @@ JOY_BTN1 osd JOY_BTN2 volume 1 JOY_BTN3 volume -1 +## +## Apple Remote section +## + +AR_PLAY pause +AR_PLAY_HOLD quit +AR_NEXT seek 30 +AR_NEXT_HOLD seek 120 +AR_PREV seek -10 +AR_PREV_HOLD seek -120 +AR_MENU osd +AR_MENU_HOLD mute +AR_VUP volume 1 +AR_VDOWN volume -1 + ## ## OSD Menu movement keys ## -- cgit v1.2.3