Update kbm_gui.h

This commit is contained in:
tlarok 2025-04-02 14:13:35 +02:00 committed by GitHub
parent be91127e2c
commit 2de561e835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,12 +22,12 @@ public:
const int lshift = 42; const int lshift = 42;
const int rshift = 54; const int rshift = 54;
#else #else
const int lctrl = 29; const int lctrl = 37;
const int rctrl = 97; const int rctrl = 105;
const int lalt = 56; const int lalt = 64;
const int ralt = 100; const int ralt = 108;
const int lshift = 42; const int lshift = 50;
const int rshift = 54; const int rshift = 62;
#endif #endif
private Q_SLOTS: private Q_SLOTS: