Configure needs AS to be set for the Makefiles.
[mplayer/glamo.git] / etc / input.conf
blob8efa0990025a00f74c58a26e9579dba5319b3f11
1 ##
2 ## MPlayer input control file
3 ##
4 ## You are able to redefine default keyboard/joystick/mouse/LIRC bindings, or
5 ## add new ones here.
6 ## See DOCS/tech/slave.txt for possible commands that can be bound.
7 ## Also see mplayer -input cmdlist for other possible options.
8 ## The file should be placed in the $HOME/.mplayer directory.
9 ##
10 ## If you wish to unbind a key, use key ignore.
11 ## e.g. ENTER ignore
14 RIGHT seek +10
15 LEFT seek -10
16 DOWN seek -60
17 UP seek +60
18 PGUP seek 600
19 PGDWN seek -600
20 m mute
21 # switch_audio          # switch audio streams
22 + audio_delay 0.100
23 = audio_delay 0.100
24 - audio_delay -0.100
25 [ speed_mult 0.9091     # scale playback speed
26 ] speed_mult 1.1
27 { speed_mult 0.5
28 } speed_mult 2.0
29 BS speed_set 1.0        # reset speed to normal
30 q quit
31 ESC quit
32 ENTER pt_step 1 1       # skip to next file
33 p pause
34 . frame_step            # advance one frame and pause
35 SPACE pause
36 HOME pt_up_step 1
37 END pt_up_step -1
38 > pt_step 1             # skip to next file
39 < pt_step -1            #         previous
40 INS alt_src_step 1
41 DEL alt_src_step -1
42 o osd
43 I osd_show_property_text "${filename}"     # display filename in osd
44 z sub_delay -0.1        # subtract 100 ms delay from subs
45 x sub_delay +0.1        # add
46 9 volume -1
47 / volume -1
48 0 volume 1
49 * volume 1
50 1 contrast -1
51 2 contrast 1
52 3 brightness -1
53 4 brightness 1
54 5 hue -1
55 6 hue 1
56 7 saturation -1
57 8 saturation 1
58 ( balance -0.1          # adjust audio balance in favor of left
59 ) balance +0.1          #                                  right
60 d frame_drop
61 D step_property deinterlace  # toggle deinterlacer, requires -vf yadif or kerndeint
62 r sub_pos -1            # move subtitles up
63 t sub_pos +1            #                down
64 #? sub_step +1          # immediately display next subtitle
65 #? sub_step -1          #                     previous
66 #? sub_scale +0.1       # increase subtitle font size
67 #? sub_scale -0.1       # decrease subtitle font size
68 f vo_fullscreen
69 T vo_ontop              # toggle video window ontop of other windows
70 w panscan -0.1          # zoom out with -panscan 0 -fs
71 e panscan +0.1          #      in
72 s screenshot            # take a png screenshot with -vf screenshot
73                         # S will take a png screenshot of every frame
75 h tv_step_channel 1
76 l tv_step_channel -1
77 n tv_step_norm
78 b tv_step_chanlist
81 ## GUI
84 #l gui_loadfile
85 #t gui_loadsubtitle
86 #a gui_about
87 #s gui_stop
88 #p gui_playlist
89 #r gui_preferences
90 #c gui_skinbrowser
93 ## Joystick section
94 ## WARNING: joystick support has to be explicitly enabled at
95 ##          compiletime with --enable-joystick
98 JOY_RIGHT seek 10
99 JOY_LEFT seek -10
100 JOY_UP seek 60
101 JOY_DOWN seek -60
102 JOY_BTN0 pause
103 JOY_BTN1 osd
104 JOY_BTN2 volume 1
105 JOY_BTN3 volume -1
106 JOY_BTN4 set_menu main
109 ## Apple Remote section
111 ## To use OSD menu with Apple Remote, set key AR_MENU to any OSD menu command,
112 ## or just comment out the 'AR_MENU osd' line and uncomment the line after it.
115 AR_PLAY pause
116 AR_PLAY_HOLD quit
117 AR_NEXT seek 30
118 AR_NEXT_HOLD seek 120
119 AR_PREV seek -10
120 AR_PREV_HOLD seek -120
121 AR_MENU menu up
122 #AR_MENU menu cancel
123 AR_MENU_HOLD mute
124 AR_VUP volume 1
125 AR_VDOWN volume -1
128 ## OSD Menu movement keys
130 ## If you are using only the keyboard it is enough to define one command (like
131 ## "menu up"), because then that single key will display the menu, which can
132 ## then be navigated with the cursor keys and ENTER (defined in menu.conf).
134 ## LIRC users should bind each "menu" command to a button on their remote.
136 ## The set_menu command directly displays the (sub)menu specified as
137 ## its argument. Usage should be self-explanatory (although not likely
138 ## to be needed), after reading input.conf.
141 #MOUSE_BTN0 menu up
142 #y menu down
143 #y menu ok
144 #y menu cancel
145 #y menu hide
146 #y set_menu general_pref
149 ## DVDNAV
150 ## Requires dvdnav://
153 UP    {dvdnav} dvdnav up          # DVDNav UP
154 DOWN  {dvdnav} dvdnav down        # DVDNav DOWN
155 LEFT  {dvdnav} dvdnav left        # DVDNav LEFT
156 RIGHT {dvdnav} dvdnav right       # DVDNav RIGHT
157 ESC   {dvdnav} dvdnav menu        # DVDNav MENU
158 ENTER {dvdnav} dvdnav select      # DVDNav SELECT (ok)
159 BS    {dvdnav} dvdnav prev        # DVDNav PREVIOUS menu (in the order chapter->title->root)
161 AR_VUP    {dvdnav} dvdnav up      # DVDNav UP
162 AR_VDOWN  {dvdnav} dvdnav down    # DVDNav DOWN
163 AR_PREV   {dvdnav} dvdnav left    # DVDNav LEFT
164 AR_NEXT   {dvdnav} dvdnav right   # DVDNav RIGHT
165 AR_MENU   {dvdnav} dvdnav menu    # DVDNav MENU
166 AR_PLAY   {dvdnav} dvdnav select  # DVDNav SELECT (ok)
168 #? seek_chapter -1      # skip to previous dvd chapter
169 #? seek_chapter +1      #         next