]> Zhao Yanbai Git Server - minix.git/commitdiff
Suppress spurious scancodes in VMWare
authorErik van der Kouwe <erik@minix3.org>
Sun, 18 Oct 2009 07:12:42 +0000 (07:12 +0000)
committerErik van der Kouwe <erik@minix3.org>
Sun, 18 Oct 2009 07:12:42 +0000 (07:12 +0000)
drivers/tty/keymaps/us-std-esc.src

index 8e99995eaf48597abee1c941b1050a6a181cd5a7..f8b63685ef07af636501de368a57705477dafa67 100644 (file)
@@ -15,7 +15,7 @@
 /* 10 - '9'    */      '9',    '(',    A('9'), A('9'), A('('), C('I'),
 /* 11 - '0'    */      '0',    ')',    A('0'), A('0'), A(')'), C('@'),
 /* 12 - '-'    */      '-',    '_',    A('-'), A('-'), A('_'), C('_'),
-/* 13 - '='    */      '=',    '+',    A('='), A('='), A('+'), C('@'),
+/* 13 - '='    */      0,      0,      0,      0,      0,      0,
 /* 14 - BS     */      C('H'), C('H'), CA('H'),CA('H'),CA('H'),0177,   
 /* 15 - TAB    */      C('I'), C('I'), CA('I'),CA('I'),CA('I'),C('I'),
 /* 16 - 'q'    */      L('q'), 'Q',    A('q'), A('q'), A('Q'), C('Q'),