mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Fix tables and Compilation Errors in Documentation (#1304)
This commit is contained in:
parent
c1f491c688
commit
3489918dc2
@ -15,7 +15,8 @@ If the linux AppImage binary crashes upon startup, make sure your
|
||||
Compilation error
|
||||
-----------------
|
||||
|
||||
r_core development package not found
|
||||
r_core development package not found
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If you installed radare2 and still encounter this error, could be your
|
||||
``PATH`` environment variable is set improperly (doesn’t contain
|
||||
@ -38,7 +39,8 @@ can add variable ``PKG_CONFIG_PATH`` with value ``/usr/lib/pkgconfig/``
|
||||
|
||||
--------------
|
||||
|
||||
OS X libjpeg error
|
||||
OS X libjpeg error
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
On Mac, QT5 apps fail to build on QtCreator if you have the libjpeg lib
|
||||
installed with brew. Run this command to workaround the issue:
|
||||
|
@ -10,7 +10,9 @@ Global shortcuts
|
||||
| Shortcut | Function |
|
||||
+============+=====================+
|
||||
| . | Focus console input |
|
||||
+------------+---------------------+
|
||||
| G/S | Focus search bar |
|
||||
+------------+---------------------+
|
||||
| Ctrl/Cmd+R | Refresh contents |
|
||||
+------------+---------------------+
|
||||
|
||||
@ -21,8 +23,11 @@ Widget shortcuts
|
||||
| Shortcut | Widget |
|
||||
+===========+=========+
|
||||
| Shift+F12 | Strings |
|
||||
+-----------+---------+
|
||||
| Shift+G | Graph |
|
||||
+-----------+---------+
|
||||
| Shift+I | Imports |
|
||||
+-----------+---------+
|
||||
| Shift+E | Exports |
|
||||
+-----------+---------+
|
||||
|
||||
@ -33,11 +38,17 @@ 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 |
|
||||
+------------+----------------------------------+
|
||||
|
||||
@ -48,14 +59,23 @@ Graph view shortcuts
|
||||
| Shortcut | Function |
|
||||
+=====================+===================================+
|
||||
| Esc | Seek to previous position |
|
||||
+---------------------+-----------------------------------+
|
||||
| Space | Switch to disassembly view |
|
||||
+---------------------+-----------------------------------+
|
||||
| Ctrl/Cmd+MouseWheel | Zoom |
|
||||
| + | Zoom in |
|
||||
| - | Zoom out |
|
||||
+---------------------+-----------------------------------+
|
||||
| \+ | Zoom in |
|
||||
+---------------------+-----------------------------------+
|
||||
| \- | Zoom out |
|
||||
+---------------------+-----------------------------------+
|
||||
| = | Reset zoom |
|
||||
+---------------------+-----------------------------------+
|
||||
| J | Next instruction |
|
||||
+---------------------+-----------------------------------+
|
||||
| K | Previous instruction |
|
||||
+---------------------+-----------------------------------+
|
||||
| T | Follow True/Unconditional branch |
|
||||
+---------------------+-----------------------------------+
|
||||
| F | Follow False/Unconditional branch |
|
||||
+---------------------+-----------------------------------+
|
||||
|
||||
@ -67,8 +87,12 @@ Debug shortcuts
|
||||
| Shortcut | Function |
|
||||
+=================+================+
|
||||
| F9 | Start debug |
|
||||
+-----------------+----------------+
|
||||
| F7 | Step into |
|
||||
+-----------------+----------------+
|
||||
| F8 | Step over |
|
||||
+-----------------+----------------+
|
||||
| F5 | Continue |
|
||||
+-----------------+----------------+
|
||||
| F2/(Ctrl/Cmd)+B | Add breakpoint |
|
||||
+-----------------+----------------+
|
||||
|
Loading…
Reference in New Issue
Block a user