mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
Update kbm_gui.cpp
This commit is contained in:
parent
928e395e09
commit
814f1831cf
1 changed files with 2 additions and 2 deletions
|
@ -702,7 +702,7 @@ bool KBMSettings::eventFilter(QObject* obj, QEvent* event) {
|
|||
if (timer && timer->isActive()) {
|
||||
timer->stop();
|
||||
}
|
||||
|
||||
|
||||
switch (keyEvent->key()) {
|
||||
case Qt::Key_Space:
|
||||
keyText = "space";
|
||||
|
@ -1093,7 +1093,7 @@ bool KBMSettings::eventFilter(QObject* obj, QEvent* event) {
|
|||
timer->stop();
|
||||
MappingButton->setText(mapping);
|
||||
mappinglist.clear();
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue