Source of mplayer.plp
<(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,
});
:>
<h1>MPlayer cheat sheet</h1>
<h2>index (default)</h2>
<ul id="rows">
<li class="row">
<ul class="keys omni">
<li class="mo chr27" onclick="setmode()"><b>Esc</b> q
<!-- not as static anymore, but never bothered; just see ^[ -->
</ul>
</li>
<:
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]);
:>
</ul>
<hr>
<div class="help">
<div class="left">
<dl class="legend legend-types">
<dt class="ci">osd
<dd>Print information or change display.
<dt class="pm">subtitles
<dd>Alter subtitle selection and settings.
<dt class="co">video
<dd>Video output adjustment.
<dt class="mi">audio
<dd>Sound (track) configuration.
<dt class="mo">playback
<dd>Playback control.
<dt class="me">general
<dd>Other MPlayer features.
</dl>
</div>
<div class="right">
<dl class="legend legend-options">
<dt>key<:= $sign{arg} :>
<dd>Commands with a dot need an argument afterwards.
<dt class="ext">optional
<dd>Some features depend on setup and/or parameters.
</dl>
<ul class="legend legend-set">
<li>keyboard <strong>map</strong> is
<:= $get{map} ? 'set to ' : '' :><em><:= $keys->{map} :></em>
<li><strong>ascii</strong> mode is
<:= defined $sign{-ascii} && 'forced ' :><em><:=
$sign{-ascii} ? 'on' : 'off' :></em>
<li><strong>keys</strong> are
<em><:= $showkeys ? 'always shown' : 'hidden if unassigned' :></em><:=
!exists $get{keys} && ' by default' :>
<li>default <strong>style</strong> is
<:= defined $get{style} && 'set to ' :><em><:= $style :></em>
</ul>
</div>
</div>