X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2034c72e12562eda33ce53d92cfef2216b6fcf3e..dc1ab5f00eed170e75fe40687b381369a35760b8:/mplayer.plp diff --git a/mplayer.plp b/mplayer.plp index ef31e6b..d868fc9 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -1,84 +1,31 @@ <(common.inc.plp)><: +my $mode = $Request eq 'mpv' ? $Request : 'MPlayer'; +my $include = "\L$mode.eng.inc.pl"; + Html({ - title => 'mplayer cheat sheet', - version => 'v1.1', + title => "\L$mode\E cheat sheet", + version => '1.1', description => [ - "Keyboard cheat sheet for the MPlayer media player,", + "Keyboard cheat sheet for the $mode media player,", "overviewing the default controls." ], keywords => [qw' - mplayer video media sheet cheat reference overview control shortkey keyboard + mpv mplayer mplayer2 media player video audio + sheet cheat reference overview control shortkey keyboard '], - charset => $sign{charset}, - stylesheet => [qw'light dark circus mono red terse'], + stylesheet => [qw( light dark circus mono red )], keys => 1, + data => [$include], }); -:> -

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);