4909
|
1 ##
|
|
2 ## MPlayer input control file
|
|
3 ##
|
|
4 ## You are able to redefine default keyboard/joystick/mouse/LIRC bindings, or
|
|
5 ## add new ones.
|
|
6 ##
|
|
7 ## The file should be placed into $HOME/.mplayer directory.
|
|
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
|
|
22 SPACE pause
|
|
23 HOME pt_up_step 1
|
|
24 END pt_up_step -1
|
|
25 > pt_step 1
|
|
26 < pt_step -1
|
|
27 INS alt_src_step 1
|
|
28 DEL alt_src_step -1
|
|
29 o osd
|
|
30 z sub_delay -0.1
|
|
31 x sub_delay +0.1
|
|
32 9 volume -1
|
|
33 / volume -1
|
|
34 0 volume 1
|
|
35 * volume 1
|
|
36 1 contrast -1
|
|
37 2 contrast 1
|
|
38 3 brightness -1
|
|
39 4 brightness 1
|
|
40 5 hue -1
|
|
41 6 hue 1
|
|
42 7 saturation -1
|
|
43 8 saturation 1
|
|
44 d frame_drop
|
5017
|
45 r sub_pos -1
|
|
46 t sub_pos +1
|
5113
|
47 f vo_fullscreen
|
4909
|
48
|
|
49 h tv_step_channel 1
|
|
50 l tv_step_channel -1
|
|
51 n tv_step_norm
|
|
52 b tv_step_chanlist
|
|
53
|
|
54 ##
|
5113
|
55 ## GUI
|
|
56 ##
|
|
57
|
|
58 #l gui_loadfile
|
|
59 #t gui_loadsubtitle
|
|
60 #a gui_about
|
|
61 #s gui_stop
|
|
62 #p gui_playlist
|
|
63 #r gui_preferences
|
|
64 #c gui_skinbrowser
|
|
65
|
|
66 ##
|
4909
|
67 ## Joystick section
|
|
68 ## WARNING: joystick support has to be explicitly enabled at
|
|
69 ## compiletime with --enable-joystick
|
|
70 ##
|
|
71
|
|
72 JOY_RIGHT seek 10
|
|
73 JOY_LEFT seek -10
|
|
74 JOY_UP seek 60
|
|
75 JOY_DOWN seek -60
|
|
76 JOY_BTN0 pause
|
|
77 JOY_BTN1 osd
|
5195
|
78 JOY_BTN2 volume 1
|
|
79 JOY_BTN3 volume -1
|
8261
|
80
|
|
81 ##
|
|
82 ## OSD Menu movement keys
|
|
83 ##
|
|
84 ## If you are using only the keyboard it is enough to define one command (like
|
|
85 ## "menu up"), because the that single key will display the menu, which can
|
|
86 ## then be navigated with the cursor keys and ENTER.
|
|
87 ##
|
|
88 ## LIRC users should bind each "menu" command to a button on their remote.
|
|
89 ##
|
|
90 ## The set_menu command displays directly the (sub)menu specified as
|
|
91 ## its argument. Usage should be self-explanatory (although not likely
|
|
92 ## to be needed), after reading input.conf.
|
|
93 ##
|
|
94
|
|
95 #MOUSE_BTN0 menu up
|
|
96 #y menu down
|
|
97 #y menu ok
|
|
98 #y menu cancel
|
|
99 #y menu hide
|
|
100 #y set_menu general_pref
|