mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 05:35:46 +00:00
Add Restore Defaults and Clear options to hotkeys
This commit is contained in:
parent
4df0d483c4
commit
37b1427ea9
5 changed files with 116 additions and 18 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <string>
|
||||
#include <QVariant>
|
||||
#include "core/settings.h"
|
||||
#include "yuzu/uisettings.h"
|
||||
|
||||
class QSettings;
|
||||
|
||||
|
@ -26,6 +27,7 @@ public:
|
|||
default_mouse_buttons;
|
||||
static const std::array<int, Settings::NativeKeyboard::NumKeyboardKeys> default_keyboard_keys;
|
||||
static const std::array<int, Settings::NativeKeyboard::NumKeyboardMods> default_keyboard_mods;
|
||||
static const std::array<UISettings::Shortcut, 15> default_hotkeys;
|
||||
|
||||
private:
|
||||
void ReadValues();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue