cutter/docs/shortcuts.md
2018-10-16 23:01:08 +03:00

1.9 KiB

Shortcuts

This page regroups the common shortcuts available in Cutter.

Global shortcuts

{:.table}

Shortcut Function
. Focus console input
G/S Focus search bar
Ctrl/Cmd+R Refresh contents

Widget shortcuts

{:.table}

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

Disassembly view shortcuts

{:.table}

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

{:.table}

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

{:.table}

Shortcut Function
F9 Start debug
F7 Step into
F8 Step over
F5 Continue
F2/(Ctrl/Cmd)+B Add breakpoint