Allow fully customisable controller hotkeys

This commit is contained in:
grimkor 2023-04-28 17:42:18 +01:00
parent f430449ddb
commit ba492a616d
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();