mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Fix KEY_SLASH character
This commit is contained in:
parent
10aa3d31ec
commit
a60ac0ca73
@ -241,7 +241,7 @@ static char ScanCodeConversionTableUpper[] = {
|
|||||||
[KEY_BACKSLASH] = '|',
|
[KEY_BACKSLASH] = '|',
|
||||||
[KEY_COMMA] = '<',
|
[KEY_COMMA] = '<',
|
||||||
[KEY_PERIOD] = '>',
|
[KEY_PERIOD] = '>',
|
||||||
[KEY_SLASH] = '/',
|
[KEY_SLASH] = '?',
|
||||||
[KEY_SPACE] = ' ',
|
[KEY_SPACE] = ' ',
|
||||||
[KEY_CAPS_LOCK] = 0x00,
|
[KEY_CAPS_LOCK] = 0x00,
|
||||||
[KEY_NUM_LOCK] = 0x00,
|
[KEY_NUM_LOCK] = 0x00,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user