mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-05 11:57:53 -05:00
allow volume up/down hotkeys to be repeated
This commit is contained in:
@ -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>;
|
||||
|
Reference in New Issue
Block a user