mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 02:59:00 +08:00
Use L as a default shortcut for renaming symbols in symbol tree
This commit is contained in:
committed by
dragonmacher
parent
e7f495010e
commit
2a8e4a54df
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user