mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
51 lines
1.7 KiB
Markdown
51 lines
1.7 KiB
Markdown
|
# Shortcuts
|
||
|
|
||
|
This page regroups the common shortcuts available in Cutter.
|
||
|
|
||
|
# Global shortcuts
|
||
|
|
||
|
| Shortcut | Function |
|
||
|
| ---------- | ------------------- |
|
||
|
| . | Focus console input |
|
||
|
| G/S | Focus search bar |
|
||
|
| Ctrl/Cmd+R | Refresh contents |
|
||
|
|
||
|
# Disassembly view shortcuts
|
||
|
|
||
|
| Shortcut | Function |
|
||
|
| ---------- | -------------------------------- |
|
||
|
| Esc | Seek to previous position |
|
||
|
| Space | Switch to disassembly graph view |
|
||
|
| Ctrl/Cmd+C | Copy |
|
||
|
| ; | Add comment |
|
||
|
| N | Rename current function/flag |
|
||
|
| Shift+N | Rename flag/function used here |
|
||
|
| X | Show Xrefs |
|
||
|
|
||
|
# Graph view shortcuts
|
||
|
|
||
|
| Shortcut | Function |
|
||
|
| ------------------- | -------------------------- |
|
||
|
| Esc | Seek to previous position |
|
||
|
| Space | Switch to disassembly view |
|
||
|
| Ctrl/Cmd+MouseWheel | Zoom |
|
||
|
| + | Zoom in |
|
||
|
| - | Zoom out |
|
||
|
| = | Reset zoom |
|
||
|
| J | Next instruction |
|
||
|
| K | Previous instruction |
|
||
|
| T | Follow True/Unconditional branch |
|
||
|
| F | Follow False/Unconditional branch |
|
||
|
|
||
|
# Debug shortcuts
|
||
|
|
||
|
| Shortcut | Function |
|
||
|
| --------------- | -------------- |
|
||
|
| F9 | Start debug |
|
||
|
| F7 | Step into |
|
||
|
| F8 | Step over |
|
||
|
| F5 | Continue |
|
||
|
| F2/(Ctrl/Cmd)+B | Add breakpoint |
|
||
|
|
||
|
|