diff --git a/Source/ui_unix/ControllerConfig/inputeventselectiondialog.cpp b/Source/ui_unix/ControllerConfig/inputeventselectiondialog.cpp index 84a85298..0b15fe9b 100644 --- a/Source/ui_unix/ControllerConfig/inputeventselectiondialog.cpp +++ b/Source/ui_unix/ControllerConfig/inputeventselectiondialog.cpp @@ -185,6 +185,7 @@ void InputEventSelectionDialog::keyPressEvent(QKeyEvent* ev) void InputEventSelectionDialog::keyReleaseEvent(QKeyEvent* ev) { + if(ev->isAutoRepeat()) return; m_qtKeyInputProvider->OnKeyRelease(ev->key()); }