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
|
8399
|
47 #? sub_step +1 # immediately display next subtitle
|
|
48 #? sub_step -1 # previous
|
5113
|
49 f vo_fullscreen
|
9117
|
50 w panscan -0.1
|
|
51 e panscan +0.1
|
4909
|
52
|
|
53 h tv_step_channel 1
|
|
54 l tv_step_channel -1
|
|
55 n tv_step_norm
|
|
56 b tv_step_chanlist
|
|
57
|
|
58 ##
|
5113
|
59 ## GUI
|
|
60 ##
|
|
61
|
|
62 #l gui_loadfile
|
|
63 #t gui_loadsubtitle
|
|
64 #a gui_about
|
|
65 #s gui_stop
|
|
66 #p gui_playlist
|
|
67 #r gui_preferences
|
|
68 #c gui_skinbrowser
|
|
69
|
|
70 ##
|
4909
|
71 ## Joystick section
|
|
72 ## WARNING: joystick support has to be explicitly enabled at
|
|
73 ## compiletime with --enable-joystick
|
|
74 ##
|
|
75
|
|
76 JOY_RIGHT seek 10
|
|
77 JOY_LEFT seek -10
|
|
78 JOY_UP seek 60
|
|
79 JOY_DOWN seek -60
|
|
80 JOY_BTN0 pause
|
|
81 JOY_BTN1 osd
|
5195
|
82 JOY_BTN2 volume 1
|
|
83 JOY_BTN3 volume -1
|
8261
|
84
|
|
85 ##
|
|
86 ## OSD Menu movement keys
|
|
87 ##
|
|
88 ## If you are using only the keyboard it is enough to define one command (like
|
|
89 ## "menu up"), because the that single key will display the menu, which can
|
|
90 ## then be navigated with the cursor keys and ENTER.
|
|
91 ##
|
|
92 ## LIRC users should bind each "menu" command to a button on their remote.
|
|
93 ##
|
|
94 ## The set_menu command displays directly the (sub)menu specified as
|
|
95 ## its argument. Usage should be self-explanatory (although not likely
|
|
96 ## to be needed), after reading input.conf.
|
|
97 ##
|
|
98
|
|
99 #MOUSE_BTN0 menu up
|
|
100 #y menu down
|
|
101 #y menu ok
|
|
102 #y menu cancel
|
|
103 #y menu hide
|
|
104 #y set_menu general_pref
|