mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Add backquote as alias to tilde ...
This commit is contained in:
parent
c55263b956
commit
7877c7939d
@ -669,6 +669,7 @@ static const struct key_map sdlk_map[] = {
|
||||
{ "print_screen", SDLK_PRINT },
|
||||
{ "scroll_lock", SDLK_SCROLLOCK },
|
||||
{ "tilde", SDLK_BACKQUOTE },
|
||||
{ "backquote", SDLK_BACKQUOTE },
|
||||
{ "nul", SDLK_UNKNOWN },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user