diff --git a/src/x11_init.c b/src/x11_init.c index 4659c153..98a47f27 100644 --- a/src/x11_init.c +++ b/src/x11_init.c @@ -308,7 +308,7 @@ static void updateKeyCodeLUT(void) // lookups for (keyCode = 0; keyCode < 256; keyCode++) { - //if (_glfw.x11.keyCodeLUT[keyCode] < 0) + if (_glfw.x11.keyCodeLUT[keyCode] < 0) _glfw.x11.keyCodeLUT[keyCode] = translateKey(keyCode); } }