X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f850d8bca38d6f025cd26b62b6e5504dd4d77ad1..2d689f2ba483997f2fad02fddf99b701f88b9f9a:/mplayer.plp diff --git a/mplayer.plp b/mplayer.plp index 5cd7d16..d868fc9 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -1,102 +1,31 @@ <(common.inc.plp)><: - our $VERSION = 'v1.0'; - use Shiar_Sheet::KeySigns qw(%sign); - - $header{content_type} = "text/html; charset=$sign{charset}"; - -:> - - - - -mplayer cheat sheet -<:= stylesheet(qw'light dark circus mono red terse') :> - -<: - our $showkeys = exists $get{keys} && $get{keys} ne '0'; - print "\n".'' - unless $showkeys; - print "\n".'' - if $showkeys and $get{keys} eq 'ghost'; -:> - - - - -

MPlayer cheat sheet

- -

index (default)

- - - -
- -
-
-
-
osd -
Print information or change display. -
subtitles -
Alter subtitle selection and settings. -
video -
Video output adjustment. -
audio -
Sound (track) configuration. -
playback -
Playback control. -
general -
Other MPlayer features. -
-
- -
-
-
key<:= $sign{arg} :> -
Commands with a dot need an argument afterwards. -
optional -
Some features depend on setup and/or parameters. -
- - -
-
- - +$keys->print_legends(\%get); -