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
|
|
20 ENTER pt_step 1
|
|
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 m use_master
|
|
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
|
|
46
|
|
47 h tv_step_channel 1
|
|
48 l tv_step_channel -1
|
|
49 n tv_step_norm
|
|
50 b tv_step_chanlist
|
|
51
|
|
52 ##
|
|
53 ## Joystick section
|
|
54 ## WARNING: joystick support has to be explicitly enabled at
|
|
55 ## compiletime with --enable-joystick
|
|
56 ##
|
|
57
|
|
58 JOY_RIGHT seek 10
|
|
59 JOY_LEFT seek -10
|
|
60 JOY_UP seek 60
|
|
61 JOY_DOWN seek -60
|
|
62 JOY_BTN0 pause
|
|
63 JOY_BTN1 osd
|
|
64 JOY_BTN2 volume 1"},
|
|
65 JOY_BTN3 volume -1"},
|
4984
|
66 f vo_fullscreen
|