And some more ...

This commit is contained in:
Themaister 2011-05-04 22:16:25 +02:00
parent fa8e948e3e
commit ac85037fc1

View File

@ -573,6 +573,8 @@ static const struct key_map sdlk_map[] = {
{ "tab", SDLK_TAB },
{ "insert", SDLK_INSERT },
{ "del", SDLK_DELETE },
{ "end", SDLK_END },
{ "home", SDLK_HOME },
{ "rshift", SDLK_RSHIFT },
{ "shift", SDLK_LSHIFT },
{ "ctrl", SDLK_LCTRL },