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
|
13710
|
18 [ speed_mult 0.9091 # scale playback speed
|
|
19 ] speed_mult 1.1
|
|
20 { speed_mult 0.5
|
|
21 } speed_mult 2.0
|
|
22 BS speed_set 1.0 # reset speed to normal
|
4909
|
23 q quit
|
|
24 ESC quit
|
5136
|
25 ENTER pt_step 1 1
|
4909
|
26 p pause
|
13642
|
27 . frame_step
|
4909
|
28 SPACE pause
|
|
29 HOME pt_up_step 1
|
|
30 END pt_up_step -1
|
|
31 > pt_step 1
|
|
32 < pt_step -1
|
|
33 INS alt_src_step 1
|
|
34 DEL alt_src_step -1
|
|
35 o osd
|
|
36 z sub_delay -0.1
|
|
37 x sub_delay +0.1
|
|
38 9 volume -1
|
|
39 / volume -1
|
|
40 0 volume 1
|
|
41 * volume 1
|
|
42 1 contrast -1
|
|
43 2 contrast 1
|
|
44 3 brightness -1
|
|
45 4 brightness 1
|
|
46 5 hue -1
|
|
47 6 hue 1
|
|
48 7 saturation -1
|
|
49 8 saturation 1
|
|
50 d frame_drop
|
5017
|
51 r sub_pos -1
|
|
52 t sub_pos +1
|
8399
|
53 #? sub_step +1 # immediately display next subtitle
|
|
54 #? sub_step -1 # previous
|
5113
|
55 f vo_fullscreen
|
11542
|
56 T vo_ontop
|
9117
|
57 w panscan -0.1
|
|
58 e panscan +0.1
|
4909
|
59
|
|
60 h tv_step_channel 1
|
|
61 l tv_step_channel -1
|
|
62 n tv_step_norm
|
|
63 b tv_step_chanlist
|
|
64
|
|
65 ##
|
5113
|
66 ## GUI
|
|
67 ##
|
|
68
|
|
69 #l gui_loadfile
|
|
70 #t gui_loadsubtitle
|
|
71 #a gui_about
|
|
72 #s gui_stop
|
|
73 #p gui_playlist
|
|
74 #r gui_preferences
|
|
75 #c gui_skinbrowser
|
|
76
|
|
77 ##
|
4909
|
78 ## Joystick section
|
|
79 ## WARNING: joystick support has to be explicitly enabled at
|
|
80 ## compiletime with --enable-joystick
|
|
81 ##
|
|
82
|
|
83 JOY_RIGHT seek 10
|
|
84 JOY_LEFT seek -10
|
|
85 JOY_UP seek 60
|
|
86 JOY_DOWN seek -60
|
|
87 JOY_BTN0 pause
|
|
88 JOY_BTN1 osd
|
5195
|
89 JOY_BTN2 volume 1
|
|
90 JOY_BTN3 volume -1
|
8261
|
91
|
|
92 ##
|
|
93 ## OSD Menu movement keys
|
|
94 ##
|
|
95 ## If you are using only the keyboard it is enough to define one command (like
|
10070
|
96 ## "menu up"), because then that single key will display the menu, which can
|
8261
|
97 ## then be navigated with the cursor keys and ENTER.
|
|
98 ##
|
|
99 ## LIRC users should bind each "menu" command to a button on their remote.
|
|
100 ##
|
10070
|
101 ## The set_menu command directly displays the (sub)menu specified as
|
8261
|
102 ## its argument. Usage should be self-explanatory (although not likely
|
|
103 ## to be needed), after reading input.conf.
|
|
104 ##
|
|
105
|
|
106 #MOUSE_BTN0 menu up
|
|
107 #y menu down
|
|
108 #y menu ok
|
|
109 #y menu cancel
|
|
110 #y menu hide
|
|
111 #y set_menu general_pref
|