summaryrefslogtreecommitdiffstats
path: root/src/input/x11FakeKeyboardHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/x11FakeKeyboardHandler.cpp')
-rw-r--r--src/input/x11FakeKeyboardHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/x11FakeKeyboardHandler.cpp b/src/input/x11FakeKeyboardHandler.cpp
index e7a5826..b1492e7 100644
--- a/src/input/x11FakeKeyboardHandler.cpp
+++ b/src/input/x11FakeKeyboardHandler.cpp
@@ -848,7 +848,7 @@ void X11FakeKeyboardHandler::handle(InputEvent const& evt, InputEventContext con
xmodifier_type mods = translate_modifiers(evt.qt_modifiers());
// we may need to press additional modifiers to generate this keysym:
- if(isalpha(ks))
+ if(QChar(ks, 0).isLetter())
{
// but, since we do not differentiate upper and lower case,
// and instead let the sender handle those modifiers,