From 2de561e835dea40198fd35a15a631c916d65fdc9 Mon Sep 17 00:00:00 2001 From: tlarok <116431383+tlarok@users.noreply.github.com> Date: Wed, 2 Apr 2025 14:13:35 +0200 Subject: [PATCH] Update kbm_gui.h --- src/qt_gui/kbm_gui.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/qt_gui/kbm_gui.h b/src/qt_gui/kbm_gui.h index e4fa89e99..99c3b1350 100644 --- a/src/qt_gui/kbm_gui.h +++ b/src/qt_gui/kbm_gui.h @@ -22,12 +22,12 @@ public: const int lshift = 42; const int rshift = 54; #else - const int lctrl = 29; - const int rctrl = 97; - const int lalt = 56; - const int ralt = 100; - const int lshift = 42; - const int rshift = 54; + const int lctrl = 37; + const int rctrl = 105; + const int lalt = 64; + const int ralt = 108; + const int lshift = 50; + const int rshift = 62; #endif private Q_SLOTS: