hedgewars/SDLh.pas
changeset 8746 55539c550c33
parent 8745 b3756c3f65e5
child 8775 3cad01db0bae
child 8777 cce79a042cfc
--- a/hedgewars/SDLh.pas	Sun Mar 17 18:42:28 2013 +0100
+++ b/hedgewars/SDLh.pas	Sun Mar 17 19:57:52 2013 +0100
@@ -316,6 +316,8 @@
     SDLK_BACKSPACE = 8;
     SDLK_RETURN    = 13;
     SDLK_ESCAPE    = 27;
+    SDLK_q         = 113;
+    SDLK_w         = 119;
     SDLK_DELETE    = 127;
     SDLK_UP        = 273;
     SDLK_DOWN      = 274;