X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0b4be0d5ff71ca539da8e741826d499a5d649004..29b407ddf91b653e6e8380f73e221628a392376f:/mplayer.plp diff --git a/mplayer.plp b/mplayer.plp index 1cd6cf8..3a444d7 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -1,88 +1,46 @@ <(common.inc.plp)><: - our $VERSION = 'v1.0'; - use Shiar_Sheet::KeySigns qw(%sign); +Html({ + title => 'mplayer cheat sheet', + version => '1.1', + description => [ + "Keyboard cheat sheet for the MPlayer media player,", + "overviewing the default controls." + ], + keywords => [qw' + mplayer video media sheet cheat reference overview control shortkey keyboard + '], + stylesheet => [qw'light dark circus mono red terse'], + keys => 1, +}); - $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. -
+<: $keys->print_legend('legend-types', [qw( g1 g2 g4 g6 g7 g9 )]) :>
-
-
key<:= $sign{arg} :> -
Commands with a dot need an argument afterwards. -
optional -
Some features depend on setup and/or parameters. -
+<: $keys->print_legend('legend-options', [qw( arg ext )]) :>
- - -