typo fix
[mplayer/greg.git] / etc / input.conf
blob4488abc182c2bed289bc9fabbb525b380d7c3e10
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 ##
11 RIGHT seek +10
12 LEFT seek -10
13 DOWN seek -60
14 UP seek +60
15 PGUP seek 600
16 PGDWN seek -600
17 m mute
18 # switch_audio          # switch audio streams
19 + audio_delay 0.100
20 - audio_delay -0.100
21 [ speed_mult 0.9091     # scale playback speed
22 ] speed_mult 1.1
23 { speed_mult 0.5
24 } speed_mult 2.0
25 BS speed_set 1.0        # reset speed to normal
26 q quit
27 ESC quit
28 ENTER pt_step 1 1       # skip to next file
29 p pause
30 . frame_step            # advance one frame and pause
31 SPACE pause
32 HOME pt_up_step 1
33 END pt_up_step -1
34 > pt_step 1             # skip to next file
35 < pt_step -1            #         previous
36 INS alt_src_step 1
37 DEL alt_src_step -1
38 o osd
39 I osd_show_property_text "${filename}"     # display filename in osd
40 z sub_delay -0.1        # subtract 100 ms delay from subs
41 x sub_delay +0.1        # add
42 9 volume -1
43 / volume -1
44 0 volume 1
45 * volume 1
46 1 contrast -1
47 2 contrast 1
48 3 brightness -1
49 4 brightness 1
50 5 hue -1
51 6 hue 1
52 7 saturation -1
53 8 saturation 1
54 ( balance -0.1          # adjust audio balance in favor of left
55 ) balance +0.1          #                                  right
56 d frame_drop
57 D step_property deinterlace  # toggle deinterlacer, requires -vf yadif or kerndeint
58 r sub_pos -1            # move subtitles up
59 t sub_pos +1            #                down
60 #? sub_step +1          # immediately display next subtitle
61 #? sub_step -1          #                     previous
62 #? sub_scale +0.1       # increase subtitle font size 
63 #? sub_scale -0.1       # decrease subtitle font size                  
64 f vo_fullscreen
65 T vo_ontop              # toggle video window ontop of other windows
66 w panscan -0.1          # zoom out with -panscan 0 -fs
67 e panscan +0.1          #      in
68 s screenshot            # take a png screenshot with -vf screenshot
69                         # S will take a png screenshot of every frame
71 h tv_step_channel 1
72 l tv_step_channel -1
73 n tv_step_norm
74 b tv_step_chanlist
77 ## GUI
80 #l gui_loadfile
81 #t gui_loadsubtitle
82 #a gui_about
83 #s gui_stop
84 #p gui_playlist
85 #r gui_preferences
86 #c gui_skinbrowser
89 ## Joystick section
90 ## WARNING: joystick support has to be explicitly enabled at
91 ##          compiletime with --enable-joystick
94 JOY_RIGHT seek 10
95 JOY_LEFT seek -10
96 JOY_UP seek 60
97 JOY_DOWN seek -60
98 JOY_BTN0 pause
99 JOY_BTN1 osd
100 JOY_BTN2 volume 1
101 JOY_BTN3 volume -1
102 JOY_BTN4 set_menu main
105 ## Apple Remote section
107 ## To use OSD menu with Apple Remote, set key AR_MENU to any OSD menu command,
108 ## or just comment out the 'AR_MENU osd' line and uncomment the line after it.
111 AR_PLAY pause
112 AR_PLAY_HOLD quit
113 AR_NEXT seek 30
114 AR_NEXT_HOLD seek 120
115 AR_PREV seek -10
116 AR_PREV_HOLD seek -120
117 AR_MENU osd
118 #AR_MENU menu cancel
119 AR_MENU_HOLD mute
120 AR_VUP volume 1
121 AR_VDOWN volume -1
124 ## OSD Menu movement keys
126 ## If you are using only the keyboard it is enough to define one command (like
127 ## "menu up"), because then that single key will display the menu, which can
128 ## then be navigated with the cursor keys and ENTER (defined in menu.conf).
130 ## LIRC users should bind each "menu" command to a button on their remote.
132 ## The set_menu command directly displays the (sub)menu specified as
133 ## its argument. Usage should be self-explanatory (although not likely
134 ## to be needed), after reading input.conf.
137 #MOUSE_BTN0 menu up
138 #y menu down
139 #y menu ok
140 #y menu cancel
141 #y menu hide
142 #y set_menu general_pref
145 ## DVDNAV
146 ## Requires dvdnav://
149 KP8 dvdnav 1            # DVDNav UP
150 KP2 dvdnav 2            # DVDNav DOWN
151 KP4 dvdnav 3            # DVDNav LEFT
152 KP6 dvdnav 4            # DVDNav RIGHT
153 KP5 dvdnav 5            # DVDNav MENU
154 KP_ENTER dvdnav 6       # DVDNav SELECT (ok)
155 KP7 dvdnav 7            # DVDNav PREVIOUS menu (in the order chapter->title->root)
157 #? seek_chapter -1      # skip to previous dvd chapter
158 #? seek_chapter +1      #         next