About improve the hotkey experience #6484
01ChenQing
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Almost all of Ghidra's actions can be mapped to keyboard shortcuts. When using the Ghidra UI widgets, you should be able to navigate using the keyboard in most, if not all, of the widgets. The standard Java keys for this are |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to make a suggestion about the user interaction experience.
I used the mouse very little while using IDA , which I think improved my productivity, but I ran into a few issues while switching to ghidra:
In ida I mapped code browser shortcuts to ViM-like keyboard layout:
(This code browsing method has been very efficient for me and I recommend it)
I found that ghidra does not provide similar shortcut Settings, so I had to use the mouse to click the code
In addition, when you open a window using hotkeys in ida (Shift-F3) and then press (CTRL-F), the focus is automatically locked in the search box, and you can use the arrow keys to select and jump to the search results. The same process requires more mouse operations in ghidra.
Beta Was this translation helpful? Give feedback.
All reactions