mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +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());
|
super("Rename Symbol", plugin.getName());
|
||||||
setPopupMenuData(
|
setPopupMenuData(
|
||||||
new MenuData(new String[] { "Rename" }, null, "xxx", MenuData.NO_MNEMONIC, "1"));
|
new MenuData(new String[] { "Rename" }, null, "xxx", MenuData.NO_MNEMONIC, "1"));
|
||||||
|
setKeyBindingData(new KeyBindingData("L"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue