Fix KEY_SLASH character

This commit is contained in:
EnderIce2
2024-02-29 03:50:16 +02:00
parent 10aa3d31ec
commit a60ac0ca73

View File

@ -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,