You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skylot edited this page Jan 21, 2023
·
3 revisions
JADX-GUI Key bindings
File
Action
Shortcut(s)
Comment
Open
CTRL + O
Save Project
TODO
Save Project as ...
TODO
Export Code
CTRL + S
Export Code as Gradle
CTRL + E
Preferences
CTRL + SHIFT + P
Code navigation
Action
Shortcut(s)
Go to declaration
D, Double-Click, CTRL + Click
Find Usage (cross-ref)
X
Rename
N
Back
ESC, Mouse-Back
Forward
ALT + ⇨, Mouse-Forward
Smali ⇄ Java
↹ (Tab)
Add a comment
;
Comments in active tab
CTRL + ;
Search comments
CTRL + SHIFT + ;
Text search
CTRL + SHIFT + F
Find (active tab)
CTRL + F
Class search
CTRL + N
Sync with editor
CTRL + T
Copy as Frida snippet
F
Copy as Xposed snippet
Y
Close tab
CTRL + W, Mouse-Middle-Click
* Identifiers available for navigation will be highlighted on mouse hover or underlined on CTRL hold.
* In AndroidManifest.xml class declaration jump is supported only by mouse Double-Click or CTRL + Click and highlighted on CTRL hold. Menu and other shortcuts not supported for now.
Other useful action
CTRL + C in editor will copy highlighted word under caret without selection
CTRL + C in search window will copy selected node string (first column)
CTRL + +/- or CTRL + Mouse Wheel Up/Down to change font size