Mercurial > mplayer.hg
annotate etc/input.conf @ 13633:1952baa5cd51
Sync with 1.773: allow to step only one frame forward by pressing s.
+ a small French correction
author | gpoirier |
---|---|
date | Wed, 13 Oct 2004 19:53:29 +0000 |
parents | 741649fe31cb |
children | 86f21713c356 |
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. |
4909 | 6 ## |
10070 | 7 ## The file should be placed in the $HOME/.mplayer directory. |
4909 | 8 ## |
9 | |
10 RIGHT seek +10 | |
11 LEFT seek -10 | |
12 DOWN seek -60 | |
13 UP seek +60 | |
14 PGUP seek 600 | |
15 PGDWN seek -600 | |
4984 | 16 - audio_delay 0.100 |
17 + audio_delay -0.100 | |
4909 | 18 q quit |
19 ESC quit | |
5136 | 20 ENTER pt_step 1 1 |
4909 | 21 p pause |
13626
741649fe31cb
allow to step only one frame forward by pressing s.
reimar
parents:
11542
diff
changeset
|
22 s frame_step |
4909 | 23 SPACE pause |
24 HOME pt_up_step 1 | |
25 END pt_up_step -1 | |
26 > pt_step 1 | |
27 < pt_step -1 | |
28 INS alt_src_step 1 | |
29 DEL alt_src_step -1 | |
30 o osd | |
31 z sub_delay -0.1 | |
32 x sub_delay +0.1 | |
33 9 volume -1 | |
34 / volume -1 | |
35 0 volume 1 | |
36 * volume 1 | |
37 1 contrast -1 | |
38 2 contrast 1 | |
39 3 brightness -1 | |
40 4 brightness 1 | |
41 5 hue -1 | |
42 6 hue 1 | |
43 7 saturation -1 | |
44 8 saturation 1 | |
45 d frame_drop | |
5017 | 46 r sub_pos -1 |
47 t sub_pos +1 | |
8399 | 48 #? sub_step +1 # immediately display next subtitle |
49 #? sub_step -1 # previous | |
5113 | 50 f vo_fullscreen |
11542 | 51 T vo_ontop |
9117 | 52 w panscan -0.1 |
53 e panscan +0.1 | |
4909 | 54 |
55 h tv_step_channel 1 | |
56 l tv_step_channel -1 | |
57 n tv_step_norm | |
58 b tv_step_chanlist | |
59 | |
60 ## | |
5113 | 61 ## GUI |
62 ## | |
63 | |
64 #l gui_loadfile | |
65 #t gui_loadsubtitle | |
66 #a gui_about | |
67 #s gui_stop | |
68 #p gui_playlist | |
69 #r gui_preferences | |
70 #c gui_skinbrowser | |
71 | |
72 ## | |
4909 | 73 ## Joystick section |
74 ## WARNING: joystick support has to be explicitly enabled at | |
75 ## compiletime with --enable-joystick | |
76 ## | |
77 | |
78 JOY_RIGHT seek 10 | |
79 JOY_LEFT seek -10 | |
80 JOY_UP seek 60 | |
81 JOY_DOWN seek -60 | |
82 JOY_BTN0 pause | |
83 JOY_BTN1 osd | |
5195 | 84 JOY_BTN2 volume 1 |
85 JOY_BTN3 volume -1 | |
8261 | 86 |
87 ## | |
88 ## OSD Menu movement keys | |
89 ## | |
90 ## If you are using only the keyboard it is enough to define one command (like | |
10070 | 91 ## "menu up"), because then that single key will display the menu, which can |
8261 | 92 ## then be navigated with the cursor keys and ENTER. |
93 ## | |
94 ## LIRC users should bind each "menu" command to a button on their remote. | |
95 ## | |
10070 | 96 ## The set_menu command directly displays the (sub)menu specified as |
8261 | 97 ## its argument. Usage should be self-explanatory (although not likely |
98 ## to be needed), after reading input.conf. | |
99 ## | |
100 | |
101 #MOUSE_BTN0 menu up | |
102 #y menu down | |
103 #y menu ok | |
104 #y menu cancel | |
105 #y menu hide | |
106 #y set_menu general_pref |