Fix tables and Compilation Errors in Documentation (#1304)

This commit is contained in:
optizone 2019-03-17 01:15:55 +03:00 committed by Florian Märkl
parent c1f491c688
commit 3489918dc2
2 changed files with 30 additions and 4 deletions

View File

@ -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 (doesnt 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:

View File

@ -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 |
+-----------------+----------------+