This commit is contained in:
tlarok 2025-04-13 15:39:33 +02:00 committed by GitHub
parent 484a2e162a
commit 8c2afb700f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -660,8 +660,8 @@ void KBMSettings::CheckMapping(QPushButton*& button) {
if (pressedNonInt.size() + pressedNonInt.size() > 0) { if (pressedNonInt.size() + pressedNonInt.size() > 0) {
QStringList keyStrings; QStringList keyStrings;
for (const QString& wheelAction : pressedNonInt) { for (const QString& buttonAction : pressedNonInt) {
keyStrings << wheelAction; keyStrings << buttonAction;
} }
QString combo = keyStrings.join(","); QString combo = keyStrings.join(",");