-
Notifications
You must be signed in to change notification settings - Fork 5.4k
JADX GUI Key bindings
skylot edited this page Jan 21, 2023
·
3 revisions
| 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 |
| 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.
- 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