"inline" is used elsewhere and more portable than "__inline"
[mplayer/glamo.git] / etc / input.conf
blobebe75390783de9482710dfb554b55b4977c78fc2
1 ##
2 ## MPlayer input control file
3 ##
4 ## You are able to redefine default keyboard/joystick/mouse/LIRC bindings, or
5 ## add new ones here.
6 ## See DOCS/tech/slave.txt for possible commands that can be bound.
7 ## Also see mplayer -input cmdlist for other possible options.
8 ## The file should be placed in the $HOME/.mplayer directory.
9 ##
11 RIGHT seek +10
12 LEFT seek -10
13 DOWN seek -60
14 UP seek +60
15 PGUP seek 600
16 PGDWN seek -600
17 m mute
18 # switch_audio          # switch audio streams
19 + audio_delay 0.100
20 - audio_delay -0.100
21 [ speed_mult 0.9091     # scale playback speed
22 ] speed_mult 1.1
23 { speed_mult 0.5
24 } speed_mult 2.0
25 BS speed_set 1.0        # reset speed to normal
26 q quit
27 ESC quit
28 ENTER pt_step 1 1       # skip to next file
29 p pause
30 . frame_step            # advance one frame and pause
31 SPACE pause
32 HOME pt_up_step 1
33 END pt_up_step -1
34 > pt_step 1             # skip to next file
35 < pt_step -1            #         previous
36 INS alt_src_step 1
37 DEL alt_src_step -1
38 o osd
39 I osd_show_property_text "${filename}"     # display filename in osd
40 z sub_delay -0.1        # subtract 100 ms delay from subs
41 x sub_delay +0.1        # add
42 9 volume -1
43 / volume -1
44 0 volume 1
45 * volume 1
46 1 contrast -1
47 2 contrast 1
48 3 brightness -1
49 4 brightness 1
50 5 hue -1
51 6 hue 1
52 7 saturation -1
53 8 saturation 1
54 d frame_drop
55 r sub_pos -1            # move subtitles up
56 t sub_pos +1            #                down
57 #? sub_step +1          # immediately display next subtitle
58 #? sub_step -1          #                     previous
59 f vo_fullscreen
60 T vo_ontop              # toggle video window ontop of other windows
61 w panscan -0.1          # zoom out with -panscan 0 -fs
62 e panscan +0.1          #      in
63 s screenshot            # take a png screenshot with -vf screenshot
64                         # S will take a png screenshot of every frame
66 h tv_step_channel 1
67 l tv_step_channel -1
68 n tv_step_norm
69 b tv_step_chanlist
72 ## GUI
75 #l gui_loadfile
76 #t gui_loadsubtitle
77 #a gui_about
78 #s gui_stop
79 #p gui_playlist
80 #r gui_preferences
81 #c gui_skinbrowser
84 ## Joystick section
85 ## WARNING: joystick support has to be explicitly enabled at
86 ##          compiletime with --enable-joystick
89 JOY_RIGHT seek 10
90 JOY_LEFT seek -10
91 JOY_UP seek 60
92 JOY_DOWN seek -60
93 JOY_BTN0 pause
94 JOY_BTN1 osd
95 JOY_BTN2 volume 1
96 JOY_BTN3 volume -1
99 ## OSD Menu movement keys
101 ## If you are using only the keyboard it is enough to define one command (like
102 ## "menu up"), because then that single key will display the menu, which can
103 ## then be navigated with the cursor keys and ENTER.
105 ## LIRC users should bind each "menu" command to a button on their remote.
107 ## The set_menu command directly displays the (sub)menu specified as
108 ## its argument. Usage should be self-explanatory (although not likely
109 ## to be needed), after reading input.conf.
112 #MOUSE_BTN0 menu up
113 #y menu down
114 #y menu ok
115 #y menu cancel
116 #y menu hide
117 #y set_menu general_pref
120 ## DVDNAV
121 ## Requires dvdnav://
124 KP8 dvdnav 1            # DVDNav UP
125 KP2 dvdnav 2            # DVDNav DOWN
126 KP4 dvdnav 3            # DVDNav LEFT
127 KP6 dvdnav 4            # DVDNav RIGHT
128 KP5 dvdnav 5            # DVDNav MENU
129 KP_ENTER dvdnav 6       # DVDNav SELECT (ok)
130 KP7 dvdnav 7            # DVDNav PREVIOUS menu (in the order chapter->title->root)
132 #? seek_chapter -1      # skip to previous dvd chapter
133 #? seek_chapter +1      #         next