Skip to content

Commit b56df7d

Browse files
committed
DumpStack: change keyboard shortcut to avoid clash
Otherwise, it conflicts with ImageJ 1.x's backslash for animation.
1 parent 146f57f commit b56df7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/scijava/plugins/commands/debug/DumpStack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
@Menu(label = MenuConstants.PLUGINS_LABEL,
5757
weight = MenuConstants.PLUGINS_WEIGHT,
5858
mnemonic = MenuConstants.PLUGINS_MNEMONIC), @Menu(label = "Debug"),
59-
@Menu(label = "Dump Stack", accelerator = "ctrl back_slash") },
59+
@Menu(label = "Dump Stack", accelerator = "shift back_slash") },
6060
headless = true)
6161
public class DumpStack implements Command {
6262

0 commit comments

Comments
 (0)