From 3db2c6c566b57fb02bd5529274ab690e7e0b1ffc Mon Sep 17 00:00:00 2001 From: Sebastien Braun Date: Wed, 13 Oct 2010 05:09:02 +0200 Subject: Fix forgotten change of j to mods in X11FakeKeyboardHandler. --- src/input/x11FakeKeyboardHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/x11FakeKeyboardHandler.cpp') diff --git a/src/input/x11FakeKeyboardHandler.cpp b/src/input/x11FakeKeyboardHandler.cpp index 333baab..f27ea1e 100644 --- a/src/input/x11FakeKeyboardHandler.cpp +++ b/src/input/x11FakeKeyboardHandler.cpp @@ -558,7 +558,7 @@ void initializeBasicKeycodes() if(knownKeySyms.find(ks) != knownKeySyms.end()) { - if(j & ~unconsumed) + if(mods & ~unconsumed) { // we would be recording extraneous modifiers continue; -- cgit v1.2.3-55-g7522