diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 4e4f32e141..5fb9a7e307 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -1278,7 +1278,6 @@ Xine does: mplayer dvd://1 or mplayer vcd://1 otoggle OSD: none / seek / seek+timer z or xadjust subtitle delay by +/- 0.1 second r or tadjust subtitle position -> or <go to next/previous playtree entry HOME or ENDgo to next/previous playtree entry in the parent list INSERT or DELETEgo to next/previous alternative source (only avaible in asx playlist) @@ -1317,10 +1316,15 @@ Xine does: mplayer dvd://1 or mplayer vcd://1

3.2.2. Controls configuration

-

MPlayer allow you to bind any key/button to any MPlayer command using a simple config file. -The syntax consist of a key name followed by a command. The default config file location is -$HOME/.mplayer/input.conf but it can be overrided using the -input conf switch (relative path are relative to $HOME/.mplayer). +

MPlayer allows you bind any key/button to any MPlayer command + using a simple config file. The syntax consist of a key name followed by a + command. The default config file location is + $HOME/.mplayer/input.conf but it can be overrided using the + -input conf switch (relative path are relative to + $HOME/.mplayer). +

Example:

+
 ##
 ## MPlayer input control file
@@ -1339,7 +1343,7 @@ ENTER pt_step 1 1
 
 

3.2.2.1. Key names

-

You can have a full list by running "mplayer -input keylist"

+

You can have a full list by running mplayer -input keylist

Keyboard

@@ -1369,10 +1373,10 @@ ENTER pt_step 1 1 @@ -1396,7 +1400,7 @@ ENTER pt_step 1 1

3.2.2.2. Commands

-

You can have a full list of know commands by running "mplayer -input cmdlist"

+

You can have a full list of known commands by running "mplayer -input cmdlist"