X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/504fe3dc4ec761922a00398fe5811f08fafbde41..85b2e04d887f4d328d8991b4834a52fba3187426:/mplayer.plp diff --git a/mplayer.plp b/mplayer.plp index 200b355..5620792 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -2,7 +2,7 @@ Html({ title => 'mplayer cheat sheet', - version => 'v1.1', + version => '1.1', description => [ "Keyboard cheat sheet for the MPlayer media player,", "overviewing the default controls." @@ -10,8 +10,7 @@ Html({ keywords => [qw' mplayer video media 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, }); @@ -23,52 +22,8 @@ Html({ <: use Shiar_Sheet::Keyboard 2; my $info = do 'mplayer.eng.inc.pl' or die $@; -$info->{def} = do 'mplayer.inc.pl'; my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows}, [1,0]); -:> - -
- -
-
-
-
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);