Commit 77a07f8a authored by Steven Fuller's avatar Steven Fuller

added right alt and right ctrl

parent 8f1248f8
......@@ -186,8 +186,10 @@ static int XKeysymToScancode(unsigned int keysym)
case SDLK_TAB:
return sc_Tab;
case SDLK_LALT:
case SDLK_RALT:
return sc_Alt;
case SDLK_LCTRL:
case SDLK_RCTRL:
return sc_Control;
case SDLK_CAPSLOCK:
return sc_CapsLock;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment