summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-06 12:29:43 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-06 12:29:43 +0000
commit513fcb5d7330e09687dd4632d4b317885488ff82 (patch)
tree09c7696e4b8b753b042687a1016ca054d7ff2089 /DOCS
parent18eb7ceb54f1f3fcaefb73a6017ff2ee64d434f5 (diff)
downloadmpv-513fcb5d7330e09687dd4632d4b317885488ff82.tar.bz2
mpv-513fcb5d7330e09687dd4632d4b317885488ff82.tar.xz
Keyboard control section renamed to interactive control, small structure change.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16689 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.120
-rw-r--r--DOCS/tech/manpage.txt4
2 files changed, 13 insertions, 11 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index a8898c1205..4168c72a73 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -229,17 +229,17 @@ of this man page.
.
.
.\" --------------------------------------------------------------------------
-.\" Keyboard control
+.\" interactive control
.\" --------------------------------------------------------------------------
.
-.SH "KEYBOARD CONTROL"
+.SH "INTERACTIVE CONTROL"
MPlayer has a fully configurable, command-driven control layer
which allows you to control MPlayer using keyboard, mouse, joystick
or remote control (with LIRC).
See the \-input option for ways to customize it.
.
.TP
-.B general control
+.B keyboard control
.PD 0
.RSs
.IPs "<\- and \->"
@@ -360,9 +360,10 @@ Stop playing and quit.
Seek backward/\:forward 1 minute.
.RE
.PD 1
-.
-.TP
-.B GUI keyboard control
+.PP
+(The following keys are only valid if you compiled with GUI support
+and will take precedence over the keys defined aboved.)
+.PP
.PD 0
.RSs
.IPs ENTER
@@ -381,9 +382,10 @@ playlist
preferences
.RE
.PD 1
-.
-.TP
-.B TV input control
+.PP
+(The following keys are only valid if you compiled with TV input support
+and will take precedence over the keys defined aboved.)
+.PP
.PD 0
.RSs
.IPs "h and k"
diff --git a/DOCS/tech/manpage.txt b/DOCS/tech/manpage.txt
index 0bd5e8d263..fc204730d7 100644
--- a/DOCS/tech/manpage.txt
+++ b/DOCS/tech/manpage.txt
@@ -90,8 +90,8 @@ SYNOPSIS
A description of MPlayer's playtree.
DESCRIPTION
A general description of MPlayer, MEncoder, GMPlayer and its features.
-KEYBOARD CONTROL
- A description of MPlayer's input system and the default keyboard controls.
+INTERACTIVE CONTROL
+ A description of MPlayer's input system and the interactive controls.
USAGE
Some general notes about the options and a description of the config file
format.