mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 08:45:45 +00:00
yuzu: Disable auto repeat on hotkeys again
This commit is contained in:
parent
b7d23543b4
commit
44c0ce539e
1 changed files with 1 additions and 0 deletions
|
@ -965,6 +965,7 @@ void GMainWindow::LinkActionShortcut(QAction* action, const QString& action_name
|
||||||
static const QString main_window = QStringLiteral("Main Window");
|
static const QString main_window = QStringLiteral("Main Window");
|
||||||
action->setShortcut(hotkey_registry.GetKeySequence(main_window, action_name));
|
action->setShortcut(hotkey_registry.GetKeySequence(main_window, action_name));
|
||||||
action->setShortcutContext(hotkey_registry.GetShortcutContext(main_window, action_name));
|
action->setShortcutContext(hotkey_registry.GetShortcutContext(main_window, action_name));
|
||||||
|
action->setAutoRepeat(false);
|
||||||
|
|
||||||
this->addAction(action);
|
this->addAction(action);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue