X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/254f395a864dea55080e1ce4f9f0f3dab55af475..1d4192ba208911f914e0c6fefaf9a15946d12c98:/mpv.eng.inc.pl diff --git a/mpv.eng.inc.pl b/mpv.eng.inc.pl index 8047141..33c3a43 100644 --- a/mpv.eng.inc.pl +++ b/mpv.eng.inc.pl @@ -3,6 +3,13 @@ use utf8; my $legacy = do 'mplayer.eng.inc.pl' or die $@; { +title => 'mpv', +intro => join("\n", + 'Default interface controls for version 0.28 of the mpv media player.', + 'Differences from the original MPlayer are indicated.', +), +keywords => $legacy->{keywords}, + key => { %{ $legacy->{key} }, ',' => "step backward<>s", 'Q' => "save and quit",