mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Use L as a default shortcut for renaming symbols in symbol tree
This commit is contained in:
parent
e7f495010e
commit
2a8e4a54df
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue