Add backquote as alias to tilde ...

This commit is contained in:
Themaister 2011-08-22 18:26:39 +02:00
parent c55263b956
commit 7877c7939d

View File

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