mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
citra_qt: Improvements to hotkeys and ui state management (#6224)
This commit is contained in:
parent
9b49d94644
commit
f66d03dd48
12 changed files with 383 additions and 292 deletions
|
@ -17,7 +17,10 @@
|
|||
|
||||
namespace UISettings {
|
||||
|
||||
using ContextualShortcut = std::pair<QString, int>;
|
||||
struct ContextualShortcut {
|
||||
QString keyseq;
|
||||
int context;
|
||||
};
|
||||
|
||||
struct Shortcut {
|
||||
QString name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue