summaryrefslogtreecommitdiffstats
path: root/kfax
diff options
context:
space:
mode:
Diffstat (limited to 'kfax')
-rw-r--r--kfax/kfax.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp
index dfd48afa..ac2b055c 100644
--- a/kfax/kfax.cpp
+++ b/kfax/kfax.cpp
@@ -966,7 +966,7 @@ void TopLevel::handle_X_event(XEvent Event)
break;
Lasttime = Event.xkey.time;
ExpectConfNotify = 0;
- switch(XKeycodeToKeysym(qtdisplay, Event.xkey.keycode, 0)) {
+ switch(XkbKeycodeToKeysym(qtdisplay, Event.xkey.keycode, 0, 0)) {
case XK_m:
mirrorPage();
if (Event.xkey.state & ShiftMask)