mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-28 04:54:30 +00:00
Update kbm_gui.h
This commit is contained in:
parent
be91127e2c
commit
2de561e835
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user