diff options
author | ib <ib@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-05-06 08:14:31 +0000 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-06-29 07:37:24 +0300 |
commit | f30a83863e0f97bc75faeb7ebaf84e0654d6d956 (patch) | |
tree | ac6da5e339465e01531485b5a473e15e2fbb4691 | |
parent | fec08a5e85c711d7d1b697f1ac61358dbdff5147 (diff) | |
download | mpv-f30a83863e0f97bc75faeb7ebaf84e0654d6d956.tar.bz2 mpv-f30a83863e0f97bc75faeb7ebaf84e0654d6d956.tar.xz |
manpage: use upper case names for some keys
Change some key names to upper case and to match the names used in
input.conf bindings. Most of them already were in this form.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33382 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index dc9a936632..afb12a8027 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -178,21 +178,21 @@ See the \-input option for ways to customize it. .B keyboard control .PD 0 .RS -.IPs "<\- and \->" +.IPs "LEFT and RIGHT" Seek backward/\:forward 10 seconds. Shift+arrow does a 1 second exact seek (see \-hr\-seek; currently modifier keys like shift only work if used in an X output window). -.IPs "up and down" +.IPs "UP and DOWN" Seek forward/\:backward 1 minute. Shift+arrow does a 5 second exact seek (see \-hr\-seek; currently modifier keys like shift only work if used in an X output window). -.IPs "pgup and pgdown" +.IPs "PGUP and PGDWN" Seek forward/\:backward 10 minutes. .IPs "[ and ]" Decrease/increase current playback speed by 10%. .IPs "{ and }" Halve/double current playback speed. -.IPs "backspace" +.IPs "BACKSPACE" Reset playback speed to normal. .IPs "< and >" Go backward/\:forward in the playlist. |