Merge pull request #3314 from cg2121/hotkeys-fix-repeat
UI: Fix hotkeys auto repeating
This commit is contained in:
commit
b8e2220b61
@ -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