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
|
MPlayer has a fully configurable, command-driven control layer
|
||||||
which allows you to control MPlayer using keyboard, mouse, joystick
|
which allows you to control MPlayer using keyboard, mouse, joystick
|
||||||
or remote control (with LIRC).
|
or remote control (with LIRC).
|
||||||
See the \-input option for ways to customize it.
|
See the \-input option for ways to customize it.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B general control
|
.B keyboard control
|
||||||
.PD 0
|
.PD 0
|
||||||
.RSs
|
.RSs
|
||||||
.IPs "<\- and \->"
|
.IPs "<\- and \->"
|
||||||
|
@ -360,9 +360,10 @@ Stop playing and quit.
|
||||||
Seek backward/\:forward 1 minute.
|
Seek backward/\:forward 1 minute.
|
||||||
.RE
|
.RE
|
||||||
.PD 1
|
.PD 1
|
||||||
.
|
.PP
|
||||||
.TP
|
(The following keys are only valid if you compiled with GUI support
|
||||||
.B GUI keyboard control
|
and will take precedence over the keys defined aboved.)
|
||||||
|
.PP
|
||||||
.PD 0
|
.PD 0
|
||||||
.RSs
|
.RSs
|
||||||
.IPs ENTER
|
.IPs ENTER
|
||||||
|
@ -381,9 +382,10 @@ playlist
|
||||||
preferences
|
preferences
|
||||||
.RE
|
.RE
|
||||||
.PD 1
|
.PD 1
|
||||||
.
|
.PP
|
||||||
.TP
|
(The following keys are only valid if you compiled with TV input support
|
||||||
.B TV input control
|
and will take precedence over the keys defined aboved.)
|
||||||
|
.PP
|
||||||
.PD 0
|
.PD 0
|
||||||
.RSs
|
.RSs
|
||||||
.IPs "h and k"
|
.IPs "h and k"
|
||||||
|
|
|
@ -90,8 +90,8 @@ SYNOPSIS
|
||||||
A description of MPlayer's playtree.
|
A description of MPlayer's playtree.
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
A general description of MPlayer, MEncoder, GMPlayer and its features.
|
A general description of MPlayer, MEncoder, GMPlayer and its features.
|
||||||
KEYBOARD CONTROL
|
INTERACTIVE CONTROL
|
||||||
A description of MPlayer's input system and the default keyboard controls.
|
A description of MPlayer's input system and the interactive controls.
|
||||||
USAGE
|
USAGE
|
||||||
Some general notes about the options and a description of the config file
|
Some general notes about the options and a description of the config file
|
||||||
format.
|
format.
|
||||||
|
|
Loading…
Reference in New Issue