mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
fix keybinding javadoc reference
This commit is contained in:
parent
7765e8338b
commit
7ac3fb8cc4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ package docking;
|
|||
/**
|
||||
* An enum that holds the values for order of keybinding precedence, in order from
|
||||
* highest priority to lowest. For a more detailed description of how Ghidra processes
|
||||
* key events see <code>ghidra.KeyBindingOverrideKeyDispatcher.dispatchKeyEvent(KeyEvent)</code>
|
||||
* key events see {@link KeyBindingOverrideKeyEventDispatcher#dispatchKeyEvent(KeyEvent)}.
|
||||
*/
|
||||
public enum KeyBindingPrecedence {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue