Skip to content

Files

Latest commit

3489918 · Mar 16, 2019

History

History
98 lines (86 loc) · 3.51 KB

shortcuts.rst

File metadata and controls

98 lines (86 loc) · 3.51 KB

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

Widget shortcuts

Shortcut Widget
Shift+F12 Strings
Shift+G Graph
Shift+I Imports
Shift+E Exports

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