vimperator: describe caret mode functionality
[sheet.git] / mplayer.eng.inc.pl
index bfdfb7ac7e97a13616e60e2a0d76bd2c88371ed7..1c2e170998a4ccac398c29a85044e76e85f82cec 100644 (file)
@@ -1,6 +1,6 @@
 use utf8;
-{
 
+{
 key => {
        '[' => "slow down 10%",
        ']' => "speed up 10%",
@@ -56,15 +56,69 @@ mode => {
 },
 
 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."],
+       g1 => [osd       => "Print information or change display."],
+       g2 => [subtitles => "Alter subtitle selection and settings."],
+       g4 => [video     => "Video output adjustment."],
+       g6 => [audio     => "Sound (track) configuration."],
+       g7 => [playback  => "Playback control."],
+       g9 => [general   => "Other MPlayer features."],
 
        arg => ["key<arg>" => "Commands with a dot need an argument afterwards."],
        ext => ["optional" => "Some features depend on setup and/or parameters."],
 },
 
+def => {
+       '' => {
+               "\e"=> 'q',
+               '[' => 'g7',
+               ']' => 'g7',
+               '{' => 'g7',
+               '}' => 'g7',
+               '<' => 'g9',
+               '>' => 'g9',
+               'p' => 'g7',
+               '.' => 'g7',
+               'q' => 'g9',
+               '+' => 'g6',
+               '-' => 'g6',
+               '/' => 'g6',
+               '*' => 'g6',
+               '9' => '=/',
+               '0' => '=*',
+               'm' => 'g6',
+               '#' => 'g6',
+               'f' => 'g4',
+               'T' => 'g4',
+               'w' => 'g4',
+               'e' => 'g4',
+               'o' => 'g1',
+               'd' => 'g4',
+               'v' => 'g2',
+               'b' => 'g2',
+               'j' => 'g2',
+               'y' => 'g2',
+               'g' => 'g2',
+               'F' => 'g2',
+               'a' => 'g2',
+               'c' => 'g4 ext',
+               'n' => 'g4 ext',
+               'x' => 'g2',
+               'z' => 'g2',
+               'r' => 'g2',
+               't' => 'g2',
+               's' => 'g9 ext',
+               'S' => 'g9 ext',
+               'I' => 'g1',
+               '!' => 'g7',
+               '@' => 'g7',
+               '1' => 'g4 ext',
+               '2' => 'g4 ext',
+               '3' => 'g4 ext',
+               '4' => 'g4 ext',
+               '5' => 'g4 ext',
+               '6' => 'g4 ext',
+               '7' => 'g4 ext',
+               '8' => 'g4 ext',
+       },
+},
 }