keyboard: dereference class definition includes
[sheet.git] / less.eng.inc.pl
index e145a061c61d0a83c07979eaf8caa270dcc1c45e..bdb302cdb7051ca83a9e119a247a2a522955099d 100644 (file)
@@ -2,6 +2,8 @@ use utf8;
 {
 
 key => {
+       "\e"=> "alt<>/meta",
+
        'b' => "page up",
        'd' => 'scroll down',
        'f' => "page down",
@@ -42,18 +44,21 @@ key => {
 
        '(' => "closing",
 
+       "^[\e"=> "noop",
        '^[n' => "any next find",
        '^[N' => "any prev find",
        '^[u' => "mark search\nUndo",
        '^[(' => "scroll left",
        '^[)' => "scroll right",
 
+       ":\e"=> "noop",
        ':d' => "drop file",
        ':e' => "open file",
        ':n' => "next file",
        ':p' => "prev file",
        ':x' => "first file",
 
+       "-\e"=> "noop",
        '-a' => "advance find page",
        '-b' => "buffer space",
        '-B' => "static buffer for pipes",