# HG changeset patch # User gabucino # Date 1024736117 0 # Node ID c4109cc97fe0d76a649350e20a344615e6632b11 # Parent e7635c03910fd58bbb77afc00e977a7c504db5da input dox fixed, cosmetixed diff -r e7635c03910f -r c4109cc97fe0 DOCS/documentation.html --- a/DOCS/documentation.html Sat Jun 22 08:49:45 2002 +0000 +++ b/DOCS/documentation.html Sat Jun 22 08:55:17 2002 +0000 @@ -1278,7 +1278,6 @@
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 @@ -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 @@
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"
If you don't like the standard location for the lirc-config file (~/.lircrc) use the -lircconf <filename> switch to specify another file.
+ -The slave mode allow you to build simple frontend to MPlayer. When enabled (with the -slave switch) MPlayer will read commands separeted by new line (\n) from stdin.
+
The slave mode allow you to build simple frontend to MPlayer. When
+ enabled (with the -slave
switch) MPlayer will read
+ commands separeted by new line (\n) from stdin.