X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2034c72e12562eda33ce53d92cfef2216b6fcf3e..d96b16650836046f79dc76641681445f97bd60ce:/mplayer.eng.inc.pl diff --git a/mplayer.eng.inc.pl b/mplayer.eng.inc.pl index c6de943..db884bf 100644 --- a/mplayer.eng.inc.pl +++ b/mplayer.eng.inc.pl @@ -2,57 +2,69 @@ use utf8; { key => { - '[' => ["slow down 10%"], - ']' => ["speed up 10%"], - '{' => ["half speed"], - '}' => ["double speed"], - '<' => ["previous file"], - '>' => ["next file"], - 'p' => ["pause"], - '.' => ["step forward"], - 'q' => ["stop and quit"], - '+' => ["audio delay +$sign{_}.1s"], - '-' => ["audio delay -$sign{_}.1s"], - '/' => ["volume decrease"], - '*' => ["volume increase"], - 'm' => ["mute sound"], - '#' => ["cycle audio tr$sign{_}ack$sign{_}s"], - 'f' => ["full$sign{_}screen"], - 'T' => ["stay on top"], - 'w' => ["pan/sc. decr$sign{_}eas$sign{_}e"], - 'e' => ["pan/scan increase"], - 'o' => ["osd state switch"], - 'd' => ["frame drop mode"], - 'v' => ["subtitle visibility"], - 'b' => ["next sub$sign{_}title"], - 'j' => ["prev$sign{_}ious sub$sign{_}title"], - 'g' => ["backward in subtitle list"], #TODO - 'y' => ["forward in subtitle list"], #TODO - 'F' => ["forced subtitles"], - 'a' => ["align subtitles"], - 'c' => ["cycle fs mode"], - 'n' => ["restore video mode"], - 'x' => ["subtitle delay +$sign{_}.1s"], - 'z' => ["subtitle delay -$sign{_}.1s"], - 'r' => ["subtitles up"], - 't' => ["subtitles down"], - 's' => ["screen$sign{_}shot", "-vf screenshot"], - 'S' => ["record screen$sign{_}shot$sign{_}s", "-vf screenshot"], - 'I' => ["filename"], - '!' => ["chapter back"], - '@' => ["chapter forward"], - '1' => ["contrast less"], - '2' => ["contrast more"], - '3' => ["brighter"], - '4' => ["darker"], - '5' => ["hue to red"], - '6' => ["hue to blue"], - '7' => ["saturate"], - '8' => ["de$sign{_}saturate"], + '[' => "slow down 10%", + ']' => "speed up 10%", + '{' => "half speed", + '}' => "double speed", + '<' => "previous file", + '>' => "next file", + 'p' => "pause", + '.' => "step forward", + 'q' => "stop and quit", + '+' => "audio delay +$sign{_}.1s", + '-' => "audio delay -$sign{_}.1s", + '/' => "volume decrease", + '*' => "volume increase", + 'm' => "mute sound", + '#' => "cycle audio tr$sign{_}ack$sign{_}s", + 'f' => "full$sign{_}screen", + 'T' => "stay on top", + 'w' => "pan/sc. decr$sign{_}eas$sign{_}e", + 'e' => "pan/scan increase", + 'o' => "osd state switch", + 'd' => "frame drop mode", + 'v' => "subtitle visibility", + 'b' => "next sub$sign{_}title", + 'j' => "prev$sign{_}ious sub$sign{_}title", + 'g' => "back in sub$sign{_}title$sign{_}s list", + 'y' => "forward in sub$sign{_}title$sign{_}s list", + 'F' => "forced subtitles", + 'a' => "align subtitles", + 'c' => "cycle fs mode", + 'n' => "restore video mode", + 'x' => "subtitle delay +$sign{_}.1$sign{_}s", + 'z' => "subtitle delay -$sign{_}.1$sign{_}s", + 'r' => "subtitles up", + 't' => "subtitles down", + 's' => "screen$sign{_}shot\n-vf screenshot", + 'S' => "record screen$sign{_}shot$sign{_}s\n-vf screenshot", + 'I' => "filename", + '!' => "chapter back", + '@' => "chapter forward", + '1' => "contrast less", + '2' => "contrast more", + '3' => "brighter", + '4' => "darker", + '5' => "hue to red", + '6' => "hue to blue", + '7' => "saturate", + '8' => "de$sign{_}saturate", }, mode => { '' => "interactive control", }, +flag => { + ci => [osd => "Print information or change display."], + pm => [subtitles => "Alter subtitle selection and settings."], + co => [video => "Video output adjustment."], + mi => [audio => "Sound (track) configuration."], + mo => [playback => "Playback control."], + me => [general => "Other MPlayer features."], + + arg => ["key$sign{arg}" => "Commands with a dot need an argument afterwards."], + ext => ["optional" => "Some features depend on setup and/or parameters."], +}, + }