Suppress spurious scancodes in VMWare
This commit is contained in:
parent
44a4c8c0d2
commit
4c2f0eb22f
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue