UI: Fix hotkeys auto repeating
This commit is contained in:
parent
e36b9c309d
commit
e60edf53d5
@ -195,6 +195,9 @@ QObject *CreateShortcutFilter()
|
||||
event->nativeVirtualKey());
|
||||
}
|
||||
|
||||
if (event->isAutoRepeat())
|
||||
return true;
|
||||
|
||||
hotkey.modifiers = TranslateQtKeyboardEventModifiers(
|
||||
event->modifiers());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user