X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/5ff4b1c1b790314cd654d32ca6d72368d1748283..1a5ae8feefccb3f58ba09f069d45d0618a92cf8e:/mplayer.plp diff --git a/mplayer.plp b/mplayer.plp index 73e79fb..200b355 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -1,83 +1,51 @@ -<: -use utf8; -use strict; -use warnings; -no warnings 'qw'; # you know what you doing -no warnings 'uninitialized'; # save some useless checks for more legible code - -use Shiar_Sheet::KeySigns qw(%sign); - -our $VERSION = 'v1.0'; - -$header{content_type} = "text/html; charset=$sign{charset}"; - -:> - - - -mplayer cheat sheet - - - -<: - my %styles = map {$_ => $_} qw(dark circus mono red terse); - our $style = exists $get{style} && $styles{$get{style}} || 'light'; - printf(qq{\n}, - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "$_.css", $_ - ) for keys %styles; +<(common.inc.plp)><: + +Html({ + title => 'mplayer cheat sheet', + version => 'v1.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 + '], + charset => $sign{charset}, + stylesheet => [qw'light dark circus mono red terse'], + keys => 1, +}); - 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)

-
-
aside -
Temporarily display something without changing state. -
select -
Scroll list and/or select a different line. -
search -
Go to a specific message entry. -
edit -
Modify message flags or contents. -
command -
Any other action which does not alter an existing message. -
send -
Prepare and/or send a (new) message. -
leave -
Exit the opened folder. -
display -
Permanently alter/toggle current view. +
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.
@@ -85,6 +53,8 @@ $keys->print_rows($get{rows});
key<:= $sign{arg} :>
Commands with a dot need an argument afterwards. +
optional +
Some features depend on setup and/or parameters.
- - -