Merge pull request #10107 from grimkor/allow-fully-customised-hotkeys

Allow fully customised controller hotkeys
This commit is contained in:
liamwhite
2023-05-16 10:06:15 -04:00
committed by GitHub
4 changed files with 56 additions and 32 deletions

View File

@ -214,7 +214,8 @@ public slots:
private:
/// Updates an action's shortcut and text to reflect an updated hotkey from the hotkey registry.
void LinkActionShortcut(QAction* action, const QString& action_name);
void LinkActionShortcut(QAction* action, const QString& action_name,
const bool tas_allowed = false);
void RegisterMetaTypes();