Skip to content

Commit

Permalink
add keycode as command
Browse files Browse the repository at this point in the history
  • Loading branch information
qcad committed Apr 8, 2022
1 parent 4129093 commit 243f1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Modify/Reverse/ReverseInit.js
Expand Up @@ -5,7 +5,7 @@ function init(basePath) {
action.setScriptFile(basePath + "/Reverse.js");
action.setIcon(basePath + "/Reverse.svg");
action.setDefaultShortcut(new QKeySequence("r,v"));
action.setDefaultCommands(["reverse"]);
action.setDefaultCommands(["reverse", "rv"]);
action.setNoState();
action.setGroupSortOrder(13450);
action.setSortOrder(100);
Expand Down

0 comments on commit 243f1a2

Please sign in to comment.