keys: common generation of flags legend from includes
[sheet.git] / vimperator.eng.inc.pl
index 70fde8035a15a01fbdaadeaa0c5a22ec5860aab9..1b23b4d440a0986e22eaab5cc838104ae3a465c9 100644 (file)
@@ -136,4 +136,19 @@ mode => {
        'Z' => 'quit commands (Z)',
 },
 
+flag => {
+       ci => ['info'     => "Displays something without any permanent consequences."],
+       pm => ['motion'   => "Move cursor, scroll window, focus buffer element."],
+       po => ['tab'      => "Tab or window navigation/selection."],
+       co => ['buffer'   => "Page interaction."],
+       cp => ['open'     => "Browse to a location in the current tab."],
+       mi => ['tab open' => "Browse somewhere in a new tab."],
+       mo => ['browser'  => "Other browser action."],
+       mv => ['mode'     => "Enter a different mode."],
+       me => ['key cmd'  => "Additional key commands (click for overview)."],
+
+       arg  => ["key$sign{arg}"  => "Commands with a dot need a char argument afterwards."],
+       args => ["key$sign{args}" => "Commands with two dots require variable arguments afterwards."],
+},
+
 }