We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146f57f commit b56df7dCopy full SHA for b56df7d
1 file changed
src/main/java/org/scijava/plugins/commands/debug/DumpStack.java
@@ -56,7 +56,7 @@
56
@Menu(label = MenuConstants.PLUGINS_LABEL,
57
weight = MenuConstants.PLUGINS_WEIGHT,
58
mnemonic = MenuConstants.PLUGINS_MNEMONIC), @Menu(label = "Debug"),
59
- @Menu(label = "Dump Stack", accelerator = "ctrl back_slash") },
+ @Menu(label = "Dump Stack", accelerator = "shift back_slash") },
60
headless = true)
61
public class DumpStack implements Command {
62
0 commit comments