Add backquote as alias to tilde ...
This commit is contained in:
parent
c55263b956
commit
7877c7939d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue