Is there a reference or a kind of "oldName > new_name" list for commands?
Trying to add keybinding for "premuteSelection" (i get, now it is "premute_selection") and do not know how to add "reverse" to the command.
{ "command": "permute_selection", "args": {"operation": "reverse"}, "caption": "Reverse" },
{ "command": "permute_selection", "args": {"operation": "unique"}, "caption": "Unique" },
{ "command": "permute_selection", "args": {"operation": "shuffle"}, "caption": "Shuffle" }
Users browsing this forum: Lemon and 12 guests