mirror of
https://github.com/libretro/RetroArch
synced 2025-04-23 11:43:20 +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 },
|
{ "print_screen", SDLK_PRINT },
|
||||||
{ "scroll_lock", SDLK_SCROLLOCK },
|
{ "scroll_lock", SDLK_SCROLLOCK },
|
||||||
{ "tilde", SDLK_BACKQUOTE },
|
{ "tilde", SDLK_BACKQUOTE },
|
||||||
|
{ "backquote", SDLK_BACKQUOTE },
|
||||||
{ "nul", SDLK_UNKNOWN },
|
{ "nul", SDLK_UNKNOWN },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user