mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
79b2314e5a
* move building errors to the troubleshooting section * add submodule out of sync issue to troubleshooting * changes to get cutter section * move common issues to user docs * add error related to submodule not in sync * Grammarly scan on all the docs * update contribution guide now that common-errors is split
126 lines
5.1 KiB
ReStructuredText
126 lines
5.1 KiB
ReStructuredText
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 |
|
|
+-----------+---------+
|
|
| Ctrl+` | Console |
|
|
+-----------+---------+
|
|
| : | Console |
|
|
+-----------+---------+
|
|
|
|
Disassembly View Shortcuts
|
|
--------------------------
|
|
*Most of these shortcuts are also applied to Disassembly Graph view*
|
|
|
|
+-------------+----------------------------------+
|
|
| 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 |
|
|
+-------------+----------------------------------+
|
|
|
|
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 or Remove breakpoint |
|
|
+-----------------+------------------------------------------+
|
|
| (Ctrl/Cmd)+F2 | Edit or open Advanced breakpoint dialog |
|
|
+-----------------+------------------------------------------+
|