annotate etc/input.conf @ 14763:2c4e30f37773

Theora fixes: - do not use negative stride (fixes -vf pp crash) - pass true image dimensions to VO, not the aligned ones (fixes incorrect aspect ratio bug & black bar under video)
author henry
date Tue, 22 Feb 2005 19:18:45 +0000
parents d7af73cc38da
children 9306cec64702
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4909
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
1 ##
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
2 ## MPlayer input control file
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
3 ##
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
4 ## You are able to redefine default keyboard/joystick/mouse/LIRC bindings, or
10070
1782c233cd29 Spelling and wording corrections.
diego
parents: 9117
diff changeset
5 ## add new ones here.
4909
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
6 ##
10070
1782c233cd29 Spelling and wording corrections.
diego
parents: 9117
diff changeset
7 ## The file should be placed in the $HOME/.mplayer directory.
4909
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
8 ##
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
9
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
10 RIGHT seek +10
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
11 LEFT seek -10
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
12 DOWN seek -60
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
13 UP seek +60
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
14 PGUP seek 600
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
15 PGDWN seek -600
4984
149693903b67 'f' and -/+ fixed (noticed by XYZ user)
gabucino
parents: 4909
diff changeset
16 - audio_delay 0.100
149693903b67 'f' and -/+ fixed (noticed by XYZ user)
gabucino
parents: 4909
diff changeset
17 + audio_delay -0.100
13710
d7af73cc38da allow changing playback speed during playback.
reimar
parents: 13642
diff changeset
18 [ speed_mult 0.9091 # scale playback speed
d7af73cc38da allow changing playback speed during playback.
reimar
parents: 13642
diff changeset
19 ] speed_mult 1.1
d7af73cc38da allow changing playback speed during playback.
reimar
parents: 13642
diff changeset
20 { speed_mult 0.5
d7af73cc38da allow changing playback speed during playback.
reimar
parents: 13642
diff changeset
21 } speed_mult 2.0
d7af73cc38da allow changing playback speed during playback.
reimar
parents: 13642
diff changeset
22 BS speed_set 1.0 # reset speed to normal
4909
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
23 q quit
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
24 ESC quit
5136
79ea91540f29 ENTER now quits after last file
gabucino
parents: 5113
diff changeset
25 ENTER pt_step 1 1
4909
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
26 p pause
13642
86f21713c356 Make '.' key default for framestepping
reimar
parents: 13626
diff changeset
27 . frame_step
4909
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
28 SPACE pause
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
29 HOME pt_up_step 1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
30 END pt_up_step -1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
31 > pt_step 1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
32 < pt_step -1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
33 INS alt_src_step 1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
34 DEL alt_src_step -1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
35 o osd
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
36 z sub_delay -0.1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
37 x sub_delay +0.1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
38 9 volume -1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
39 / volume -1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
40 0 volume 1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
41 * volume 1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
42 1 contrast -1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
43 2 contrast 1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
44 3 brightness -1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
45 4 brightness 1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
46 5 hue -1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
47 6 hue 1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
48 7 saturation -1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
49 8 saturation 1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
50 d frame_drop
5017
940f3bf0c3a0 bindings for subpos
gabucino
parents: 4984
diff changeset
51 r sub_pos -1
940f3bf0c3a0 bindings for subpos
gabucino
parents: 4984
diff changeset
52 t sub_pos +1
8399
866fae3d5700 added sub_step
gabucino
parents: 8261
diff changeset
53 #? sub_step +1 # immediately display next subtitle
866fae3d5700 added sub_step
gabucino
parents: 8261
diff changeset
54 #? sub_step -1 # previous
5113
gabucino
parents: 5017
diff changeset
55 f vo_fullscreen
11542
85e503ddf65f runtime 'stay-on-top' functionality
joey
parents: 10070
diff changeset
56 T vo_ontop
9117
582bda49dd30 panscan keys
gabucino
parents: 8399
diff changeset
57 w panscan -0.1
582bda49dd30 panscan keys
gabucino
parents: 8399
diff changeset
58 e panscan +0.1
4909
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
59
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
60 h tv_step_channel 1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
61 l tv_step_channel -1
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
62 n tv_step_norm
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
63 b tv_step_chanlist
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
64
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
65 ##
5113
gabucino
parents: 5017
diff changeset
66 ## GUI
gabucino
parents: 5017
diff changeset
67 ##
gabucino
parents: 5017
diff changeset
68
gabucino
parents: 5017
diff changeset
69 #l gui_loadfile
gabucino
parents: 5017
diff changeset
70 #t gui_loadsubtitle
gabucino
parents: 5017
diff changeset
71 #a gui_about
gabucino
parents: 5017
diff changeset
72 #s gui_stop
gabucino
parents: 5017
diff changeset
73 #p gui_playlist
gabucino
parents: 5017
diff changeset
74 #r gui_preferences
gabucino
parents: 5017
diff changeset
75 #c gui_skinbrowser
gabucino
parents: 5017
diff changeset
76
gabucino
parents: 5017
diff changeset
77 ##
4909
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
78 ## Joystick section
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
79 ## WARNING: joystick support has to be explicitly enabled at
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
80 ## compiletime with --enable-joystick
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
81 ##
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
82
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
83 JOY_RIGHT seek 10
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
84 JOY_LEFT seek -10
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
85 JOY_UP seek 60
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
86 JOY_DOWN seek -60
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
87 JOY_BTN0 pause
4920ed827496 initial version. Needs extending, especially LIRC.
gabucino
parents:
diff changeset
88 JOY_BTN1 osd
5195
3a0d9f577c45 Fix a typo error with JOY_BTN2 and JOY_BTN3
albeu
parents: 5136
diff changeset
89 JOY_BTN2 volume 1
3a0d9f577c45 Fix a typo error with JOY_BTN2 and JOY_BTN3
albeu
parents: 5136
diff changeset
90 JOY_BTN3 volume -1
8261
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
91
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
92 ##
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
93 ## OSD Menu movement keys
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
94 ##
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
95 ## If you are using only the keyboard it is enough to define one command (like
10070
1782c233cd29 Spelling and wording corrections.
diego
parents: 9117
diff changeset
96 ## "menu up"), because then that single key will display the menu, which can
8261
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
97 ## then be navigated with the cursor keys and ENTER.
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
98 ##
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
99 ## LIRC users should bind each "menu" command to a button on their remote.
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
100 ##
10070
1782c233cd29 Spelling and wording corrections.
diego
parents: 9117
diff changeset
101 ## The set_menu command directly displays the (sub)menu specified as
8261
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
102 ## its argument. Usage should be self-explanatory (although not likely
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
103 ## to be needed), after reading input.conf.
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
104 ##
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
105
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
106 #MOUSE_BTN0 menu up
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
107 #y menu down
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
108 #y menu ok
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
109 #y menu cancel
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
110 #y menu hide
6922b04d0d10 OSD Menu section, description, sample defines
gabucino
parents: 5195
diff changeset
111 #y set_menu general_pref