X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2279bc9a6d42121149d1a4178cb4f29e73658332..HEAD:/mplayer.eng.inc.pl diff --git a/mplayer.eng.inc.pl b/mplayer.eng.inc.pl deleted file mode 100644 index 335c2a5..0000000 --- a/mplayer.eng.inc.pl +++ /dev/null @@ -1,70 +0,0 @@ -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' => ["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", "-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"], -}, - -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."], -}, - -}