From 2f49235e9377b0afd7ec083fe67ad5851d151e78 Mon Sep 17 00:00:00 2001 From: gabucino Date: Sat, 22 Jun 2002 08:55:17 +0000 Subject: [PATCH] input dox fixed, cosmetixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6494 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/documentation.html | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) 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"