mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
18eb7ceb54
commit
513fcb5d73
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue