From: Mischa POSLAWSKY Date: Sat, 17 Oct 2009 15:48:42 +0000 (+0000) Subject: mplayer: more distinct categories X-Git-Tag: v1.3~103 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/6f67b327f3dc201c4f9b79d74be575b15019f78e mplayer: more distinct categories Change key classes so colours are more distinct. --- diff --git a/mplayer.inc.pl b/mplayer.inc.pl index 9b1cf27..6946c9e 100644 --- a/mplayer.inc.pl +++ b/mplayer.inc.pl @@ -3,29 +3,29 @@ use utf8; '' => { desc => "interactive control", - '[' => ["slow down 10%", 'mi'], - ']' => ["speed up 10%", 'mi'], - '{' => ["half speed", 'mi'], - '}' => ["double speed", 'mi'], - '<' => ["previous file", 'mo'], - '>' => ["next file", 'mo'], - 'p' => ["pause", 'mi'], - '.' => ["step forward", 'mi'], - 'q' => ["stop and quit", 'mo'], - '+' => ["audio delay +$sign{_}.1s", 'co'], - '-' => ["audio delay -$sign{_}.1s", 'co'], - '/' => ["volume decrease", 'co'], - '*' => ["volume increase", 'co'], + '[' => ["slow down 10%", 'mo'], + ']' => ["speed up 10%", 'mo'], + '{' => ["half speed", 'mo'], + '}' => ["double speed", 'mo'], + '<' => ["previous file", 'me'], + '>' => ["next file", 'me'], + 'p' => ["pause", 'mo'], + '.' => ["step forward", 'mo'], + 'q' => ["stop and quit", 'me'], + '+' => ["audio delay +$sign{_}.1s", 'mi'], + '-' => ["audio delay -$sign{_}.1s", 'mi'], + '/' => ["volume decrease", 'mi'], + '*' => ["volume increase", 'mi'], '9' => '/', '0' => '*', - 'm' => ["mute sound", 'co'], - '#' => ["cycle audio tr$sign{_}ack$sign{_}s", 'co'], - 'f' => ["full$sign{_}screen", 'po'], - 'T' => ["stay on top", 'po'], - 'w' => ["pan/sc. decr$sign{_}eas$sign{_}e", 'po'], - 'e' => ["pan/scan increase", 'po'], + 'm' => ["mute sound", 'mi'], + '#' => ["cycle audio tr$sign{_}ack$sign{_}s", 'mi'], + 'f' => ["full$sign{_}screen", 'co'], + 'T' => ["stay on top", 'co'], + 'w' => ["pan/sc. decr$sign{_}eas$sign{_}e", 'co'], + 'e' => ["pan/scan increase", 'co'], 'o' => ["osd state switch", 'ci'], - 'd' => ["frame drop mode", 'po'], + 'd' => ["frame drop mode", 'co'], 'v' => ["subtitle visibility", 'pm'], 'b' => ["next sub$sign{_}title", 'pm'], 'j' => ["prev$sign{_}ious sub$sign{_}title", 'pm'], @@ -33,24 +33,24 @@ use utf8; 'g' => 'y', #TODO 'F' => ["forced subtitles", 'pm'], 'a' => ["align subtitles", 'pm'], - 'c' => ["cycle fs mode", 'po ext'], - 'n' => ["restore video mode", 'po ext'], + 'c' => ["cycle fs mode", 'co ext'], + 'n' => ["restore video mode", 'co ext'], 'x' => ["subtitle delay +$sign{_}.1s", 'pm'], 'z' => ["subtitle delay -$sign{_}.1s", 'pm'], 'r' => ["subtitles up", 'pm'], 't' => ["subtitles down", 'pm'], - 's' => ["screen$sign{_}shot", 'mo ext', "-vf screenshot"], - 'S' => ["record screen$sign{_}shot$sign{_}s", 'mo ext', "-vf screenshot"], + 's' => ["screen$sign{_}shot", 'me ext', "-vf screenshot"], + 'S' => ["record screen$sign{_}shot$sign{_}s", 'me ext', "-vf screenshot"], 'I' => ["filename", 'ci'], - '!' => ["chapter back", 'mi'], - '@' => ["chapter forward", 'mi'], - '1' => ["contrast less", 'po ext'], - '2' => ["contrast more", 'po ext'], - '3' => ["brighter", 'po ext'], - '4' => ["darker", 'po ext'], - '5' => ["hue to red", 'po ext'], - '6' => ["hue to blue", 'po ext'], - '7' => ["saturate", 'po ext'], - '8' => ["de$sign{_}saturate", 'po ext'], + '!' => ["chapter back", 'mo'], + '@' => ["chapter forward", 'mo'], + '1' => ["contrast less", 'co ext'], + '2' => ["contrast more", 'co ext'], + '3' => ["brighter", 'co ext'], + '4' => ["darker", 'co ext'], + '5' => ["hue to red", 'co ext'], + '6' => ["hue to blue", 'co ext'], + '7' => ["saturate", 'co ext'], + '8' => ["de$sign{_}saturate", 'co ext'], }, diff --git a/mplayer.plp b/mplayer.plp index 0059a3b..d9d3ab7 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -65,14 +65,14 @@ $keys->print_rows($get{rows}, [1,0]);
osd
Print information or change display.
subtitles -
Control subtitle selection or settings. -
video -
Video adjustment. -
audio +
Alter subtitle selection and settings. +
video +
Video output adjustment. +
audio
Sound (track) configuration. -
playback +
playback
Playback control. -
general +
general
Other MPlayer features.