comparison etc/input.conf @ 24037:c7f95196dfe5

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
author diego
date Tue, 14 Aug 2007 14:29:22 +0000
parents a0432f65040e
children 6a7cf06be2e8
comparison
equal deleted inserted replaced
24036:698aa9b7a44c 24037:c7f95196dfe5
98 JOY_BTN1 osd 98 JOY_BTN1 osd
99 JOY_BTN2 volume 1 99 JOY_BTN2 volume 1
100 JOY_BTN3 volume -1 100 JOY_BTN3 volume -1
101 101
102 ## 102 ##
103 ## Apple Remote section
104 ##
105
106 AR_PLAY pause
107 AR_PLAY_HOLD quit
108 AR_NEXT seek 30
109 AR_NEXT_HOLD seek 120
110 AR_PREV seek -10
111 AR_PREV_HOLD seek -120
112 AR_MENU osd
113 AR_MENU_HOLD mute
114 AR_VUP volume 1
115 AR_VDOWN volume -1
116
117 ##
103 ## OSD Menu movement keys 118 ## OSD Menu movement keys
104 ## 119 ##
105 ## If you are using only the keyboard it is enough to define one command (like 120 ## If you are using only the keyboard it is enough to define one command (like
106 ## "menu up"), because then that single key will display the menu, which can 121 ## "menu up"), because then that single key will display the menu, which can
107 ## then be navigated with the cursor keys and ENTER. 122 ## then be navigated with the cursor keys and ENTER.