Ability to assign multiple hotkeys / key bindings to a command

I am streamlining my editing and mastering processes, and find that sometimes I would like to use the full keyboard and some multi-key (Command-Option-a) combinations to start a macro, sometimes I would like to use a keypad for one-handed use and have NUMPAD_ADD do the same thing without having to load different Audacity-keys.xml configurations.
For example:
<command name=“Amplify…” key=“NUMPAD_ADD”, “Alt+Ctrl+A”/>
or

Allowing either key-value work.

I did search to see if anyone else had requested this feature but found nothing in the forum or on the feature request wiki. Sorry if this is a dupe and my poor search skills did not find the original.
Thanks

You could do that by creating a Macro for each command that you want duplicate shortcuts for.

Example:

Command: “Select All” - shortcut: “Ctrl + A”

Macro: Name = “Select All macro” - Command: “SelectAll:” - Shortcut: “NUMPAD_END”

1 Like