Mercurial > mplayer.hg
annotate etc/input.conf @ 21055:bc2cf8eb55b3
Move subtitle updating to a separate function, fix inverted condition
which caused timing of DVD subtitles to be ignored so that they were
shown as soon as they were demuxed rather than in their timed position.
author | uau |
---|---|
date | Sun, 19 Nov 2006 17:55:38 +0000 |
parents | b7bba0853adf |
children | f44dbada8898 |
rev | line source |
---|---|
4909 | 1 ## |
2 ## MPlayer input control file | |
3 ## | |
4 ## You are able to redefine default keyboard/joystick/mouse/LIRC bindings, or | |
10070 | 5 ## add new ones here. |
17179 | 6 ## See DOCS/tech/slave.txt for possible commands that can be bound. |
4909 | 7 ## |
10070 | 8 ## The file should be placed in the $HOME/.mplayer directory. |
4909 | 9 ## |
10 | |
11 RIGHT seek +10 | |
12 LEFT seek -10 | |
13 DOWN seek -60 | |
14 UP seek +60 | |
15 PGUP seek 600 | |
16 PGDWN seek -600 | |
18100
826a0faa2a0f
Switch audio delay keys to something more sane (+ to increase, - to decrease)
diego
parents:
17179
diff
changeset
|
17 + audio_delay 0.100 |
826a0faa2a0f
Switch audio delay keys to something more sane (+ to increase, - to decrease)
diego
parents:
17179
diff
changeset
|
18 - audio_delay -0.100 |
13710 | 19 [ speed_mult 0.9091 # scale playback speed |
20 ] speed_mult 1.1 | |
21 { speed_mult 0.5 | |
22 } speed_mult 2.0 | |
23 BS speed_set 1.0 # reset speed to normal | |
4909 | 24 q quit |
25 ESC quit | |
5136 | 26 ENTER pt_step 1 1 |
4909 | 27 p pause |
13642 | 28 . frame_step |
4909 | 29 SPACE pause |
30 HOME pt_up_step 1 | |
31 END pt_up_step -1 | |
32 > pt_step 1 | |
33 < pt_step -1 | |
34 INS alt_src_step 1 | |
35 DEL alt_src_step -1 | |
36 o osd | |
37 z sub_delay -0.1 | |
38 x sub_delay +0.1 | |
39 9 volume -1 | |
40 / volume -1 | |
41 0 volume 1 | |
42 * volume 1 | |
43 1 contrast -1 | |
44 2 contrast 1 | |
45 3 brightness -1 | |
46 4 brightness 1 | |
47 5 hue -1 | |
48 6 hue 1 | |
49 7 saturation -1 | |
50 8 saturation 1 | |
51 d frame_drop | |
5017 | 52 r sub_pos -1 |
53 t sub_pos +1 | |
8399 | 54 #? sub_step +1 # immediately display next subtitle |
55 #? sub_step -1 # previous | |
5113 | 56 f vo_fullscreen |
11542 | 57 T vo_ontop |
9117 | 58 w panscan -0.1 |
59 e panscan +0.1 | |
4909 | 60 |
18222
8c35bd43135f
Add a new command: osd_show_property_text that show an expanded property
albeu
parents:
18100
diff
changeset
|
61 I osd_show_property_text "${filename}" |
8c35bd43135f
Add a new command: osd_show_property_text that show an expanded property
albeu
parents:
18100
diff
changeset
|
62 |
4909 | 63 h tv_step_channel 1 |
64 l tv_step_channel -1 | |
65 n tv_step_norm | |
66 b tv_step_chanlist | |
67 | |
68 ## | |
5113 | 69 ## GUI |
70 ## | |
71 | |
72 #l gui_loadfile | |
73 #t gui_loadsubtitle | |
74 #a gui_about | |
75 #s gui_stop | |
76 #p gui_playlist | |
77 #r gui_preferences | |
78 #c gui_skinbrowser | |
79 | |
80 ## | |
4909 | 81 ## Joystick section |
82 ## WARNING: joystick support has to be explicitly enabled at | |
83 ## compiletime with --enable-joystick | |
84 ## | |
85 | |
86 JOY_RIGHT seek 10 | |
87 JOY_LEFT seek -10 | |
88 JOY_UP seek 60 | |
89 JOY_DOWN seek -60 | |
90 JOY_BTN0 pause | |
91 JOY_BTN1 osd | |
5195 | 92 JOY_BTN2 volume 1 |
93 JOY_BTN3 volume -1 | |
8261 | 94 |
95 ## | |
96 ## OSD Menu movement keys | |
97 ## | |
98 ## If you are using only the keyboard it is enough to define one command (like | |
10070 | 99 ## "menu up"), because then that single key will display the menu, which can |
8261 | 100 ## then be navigated with the cursor keys and ENTER. |
101 ## | |
102 ## LIRC users should bind each "menu" command to a button on their remote. | |
103 ## | |
10070 | 104 ## The set_menu command directly displays the (sub)menu specified as |
8261 | 105 ## its argument. Usage should be self-explanatory (although not likely |
106 ## to be needed), after reading input.conf. | |
107 ## | |
108 | |
109 #MOUSE_BTN0 menu up | |
110 #y menu down | |
111 #y menu ok | |
112 #y menu cancel | |
113 #y menu hide | |
114 #y set_menu general_pref | |
19770
0b8e84663cb2
added unallocated keys to navigate the dvdnav menus
nicodvb
parents:
18222
diff
changeset
|
115 |
0b8e84663cb2
added unallocated keys to navigate the dvdnav menus
nicodvb
parents:
18222
diff
changeset
|
116 KP8 dvdnav 1 # DVDNav UP |
0b8e84663cb2
added unallocated keys to navigate the dvdnav menus
nicodvb
parents:
18222
diff
changeset
|
117 KP2 dvdnav 2 # DVDNav DOWN |
0b8e84663cb2
added unallocated keys to navigate the dvdnav menus
nicodvb
parents:
18222
diff
changeset
|
118 KP4 dvdnav 3 # DVDNav LEFT |
0b8e84663cb2
added unallocated keys to navigate the dvdnav menus
nicodvb
parents:
18222
diff
changeset
|
119 KP6 dvdnav 4 # DVDNav RIGHT |
0b8e84663cb2
added unallocated keys to navigate the dvdnav menus
nicodvb
parents:
18222
diff
changeset
|
120 KP5 dvdnav 5 # DVDNav MENU |
0b8e84663cb2
added unallocated keys to navigate the dvdnav menus
nicodvb
parents:
18222
diff
changeset
|
121 KP_ENTER dvdnav 6 # DVDNav SELECT (ok) |
19778 | 122 KP7 dvdnav 7 # DVDNav PREVIOUS menu (in the order chapter->title->root) |