mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 01:27:46 +00:00
allow volume up/down hotkeys to be repeated
This commit is contained in:
parent
67b76a2bd4
commit
66c71b5b5b
4 changed files with 32 additions and 27 deletions
|
@ -115,6 +115,7 @@ private:
|
|||
QShortcut* shortcut = nullptr;
|
||||
ControllerShortcut* controller_shortcut = nullptr;
|
||||
Qt::ShortcutContext context = Qt::WindowShortcut;
|
||||
bool repeat;
|
||||
};
|
||||
|
||||
using HotkeyMap = std::map<QString, Hotkey>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue