mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 19:44:46 +00:00
Update kbm_gui.h
This commit is contained in:
parent
be91127e2c
commit
2de561e835
1 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue