cutter/docs/source/user-docs/shortcuts.rst

126 lines
5.1 KiB
ReStructuredText
Raw Normal View History

2019-02-26 17:49:41 +00:00
Shortcuts
=========
This page regroups the common shortcuts available in Cutter.
Global Shortcuts
2019-02-26 17:49:41 +00:00
----------------
+------------+---------------------+
| Shortcut | Function |
+============+=====================+
| . | Focus console input |
+------------+---------------------+
2019-02-26 17:49:41 +00:00
| G/S | Focus search bar |
+------------+---------------------+
2019-02-26 17:49:41 +00:00
| Ctrl/Cmd+R | Refresh contents |
+------------+---------------------+
Widget Shortcuts
2019-02-26 17:49:41 +00:00
----------------
+-----------+---------+
| Shortcut | Widget |
+===========+=========+
| Shift+F12 | Strings |
+-----------+---------+
2019-02-26 17:49:41 +00:00
| Shift+G | Graph |
+-----------+---------+
2019-02-26 17:49:41 +00:00
| Shift+I | Imports |
+-----------+---------+
2019-02-26 17:49:41 +00:00
| Shift+E | Exports |
+-----------+---------+
| Ctrl+` | Console |
+-----------+---------+
| : | Console |
+-----------+---------+
2019-02-26 17:49:41 +00:00
Disassembly View Shortcuts
2019-02-26 17:49:41 +00:00
--------------------------
*Most of these shortcuts are also applied to Disassembly Graph view*
2019-02-26 17:49:41 +00:00
+-------------+----------------------------------+
| Shortcut | Function |
+=============+==================================+
| Esc | Seek to the previous position |
+-------------+----------------------------------+
| Space | Switch to disassembly graph view |
+-------------+----------------------------------+
| Ctrl/Cmd+C | Copy |
+-------------+----------------------------------+
| ; | Add comment |
+-------------+----------------------------------+
| P | Define a new function |
+-------------+----------------------------------+
| Shift+P | Edit function |
+-------------+----------------------------------+
| U | Undefine a function |
+-------------+----------------------------------+
| N | Rename current function/flag |
+-------------+----------------------------------+
| Shift+N | Rename flag/function used here |
+-------------+----------------------------------+
| Y | Edit/rename local variables |
+-------------+----------------------------------+
| L | Link a type/struct to address |
+-------------+----------------------------------+
| A | Set current address to String |
+-------------+----------------------------------+
| C | Set current address to Code |
+-------------+----------------------------------+
| X | Show Xrefs |
+-------------+----------------------------------+
| Ctrl/Cmd+\+ | Zoom in |
+-------------+----------------------------------+
| Ctrl/Cmd+\- | Zoom out |
+-------------+----------------------------------+
| Ctrl/Cmd+= | Reset zoom |
+-------------+----------------------------------+
2019-02-26 17:49:41 +00:00
Graph View Shortcuts
2019-02-26 17:49:41 +00:00
--------------------
+---------------------+-----------------------------------+
| Shortcut | Function |
+=====================+===================================+
| Esc | Seek to previous position |
+---------------------+-----------------------------------+
2019-02-26 17:49:41 +00:00
| Space | Switch to disassembly view |
+---------------------+-----------------------------------+
2019-02-26 17:49:41 +00:00
| Ctrl/Cmd+MouseWheel | Zoom |
+---------------------+-----------------------------------+
| \+ | Zoom in |
+---------------------+-----------------------------------+
| \- | Zoom out |
+---------------------+-----------------------------------+
2019-02-26 17:49:41 +00:00
| = | Reset zoom |
+---------------------+-----------------------------------+
2019-02-26 17:49:41 +00:00
| J | Next instruction |
+---------------------+-----------------------------------+
2019-02-26 17:49:41 +00:00
| K | Previous instruction |
+---------------------+-----------------------------------+
2019-02-26 17:49:41 +00:00
| T | Follow True/Unconditional branch |
+---------------------+-----------------------------------+
2019-02-26 17:49:41 +00:00
| F | Follow False/Unconditional branch |
+---------------------+-----------------------------------+
Debug Shortcuts
2019-02-26 17:49:41 +00:00
---------------
+-----------------+------------------------------------------+
| Shortcut | Function |
+=================+==========================================+
| F9 | Start debug |
+-----------------+------------------------------------------+
| F7 | Step into |
+-----------------+------------------------------------------+
| F8 | Step over |
+-----------------+------------------------------------------+
| F5 | Continue |
+-----------------+------------------------------------------+
| F2/(Ctrl/Cmd)+B | Add or Remove breakpoint |
+-----------------+------------------------------------------+
| (Ctrl/Cmd)+F2 | Edit or open Advanced breakpoint dialog |
+-----------------+------------------------------------------+