mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
qt: Don't release keys during auto-repeat, closes #2712
This commit is contained in:
@@ -1299,7 +1299,7 @@ MainWindow::keyReleaseEvent(QKeyEvent *event)
|
||||
fs_on_signal = false;
|
||||
}
|
||||
|
||||
if (!send_keyboard_input)
|
||||
if (!send_keyboard_input || event->isAutoRepeat())
|
||||
return;
|
||||
|
||||
#ifdef Q_OS_MACOS
|
||||
|
||||
Reference in New Issue
Block a user