mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +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_COMMA] = '<',
|
||||
[KEY_PERIOD] = '>',
|
||||
[KEY_SLASH] = '/',
|
||||
[KEY_SLASH] = '?',
|
||||
[KEY_SPACE] = ' ',
|
||||
[KEY_CAPS_LOCK] = 0x00,
|
||||
[KEY_NUM_LOCK] = 0x00,
|
||||
|
Loading…
x
Reference in New Issue
Block a user