From d6b7882bdad6fc61ce77f5837b0e6aeef3de651b Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 22 Apr 2015 19:14:54 +0000 Subject: [PATCH] =?UTF-8?q?input:=20temporary=20workaround=20for=20a=20bug?= =?UTF-8?q?=20preventing=20us=20from=20binding=20the=20=E2=80=9CA=E2=80=9D?= =?UTF-8?q?=20key=20with=20SDL.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/input/keys.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/keys.h b/src/input/keys.h index 13eedca3..0a884fc4 100644 --- a/src/input/keys.h +++ b/src/input/keys.h @@ -21,6 +21,7 @@ _SC(0, "", Unknown) /* Usage page 0x07 */ +_SC(3, "", Whatever) // FIXME: if this isn’t here, we can’t bind key A; WTF? _SC(4, "A", A) _SC(5, "B", B) _SC(6, "C", C)