Use L as a default shortcut for renaming symbols in symbol tree

This commit is contained in:
neuromancer 2025-07-25 08:38:48 +02:00 committed by dragonmacher
parent e7f495010e
commit 2a8e4a54df

View file

@ -27,6 +27,7 @@ public class RenameAction extends SymbolTreeContextAction {
super("Rename Symbol", plugin.getName());
setPopupMenuData(
new MenuData(new String[] { "Rename" }, null, "xxx", MenuData.NO_MNEMONIC, "1"));
setKeyBindingData(new KeyBindingData("L"));
}
@Override