diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-24 00:50:53 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-24 00:50:53 +0000 |
commit | 12cb9f2d13aba5c243e60dc9d2fa3bf038448b53 (patch) | |
tree | a6765fa2fab0ba6b3b49a525643490273528f60f /src | |
parent | 72e65aafe6141399b461fa060917dc908fd3d379 (diff) |
Removed CAPS LOCK - SDL handles it funny
Diffstat (limited to 'src')
-rw-r--r-- | src/spec.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -203,7 +203,6 @@ static const MatrixMap keymap[]= {SDLK_RCTRL, KY1(7,1)}, {SDLK_LALT, KY1(0,0)}, {SDLK_RALT, KY1(7,1)}, - {SDLK_CAPSLOCK, KY2(0,0,3,1)}, {SDLK_UNKNOWN, 0,0,0,0}, }; |