Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Fix KEY_SLASH character
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderIce2 committed Feb 29, 2024
1 parent 10aa3d3 commit a60ac0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/driver/scancode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a60ac0c

Please sign in to comment.