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 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: