From 7fc24b8b5d9d6593ffaf1faa632f494a07203cce Mon Sep 17 00:00:00 2001 From: Itay Cohen Date: Thu, 29 Oct 2020 13:54:38 +0200 Subject: [PATCH] Add window shortcuts to the docs (#2458) --- .../user-docs/menus/information-windows-menu.rst | 8 ++++++-- .../user-docs/menus/menu-bar/windows-menu.rst | 14 ++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/source/user-docs/menus/information-windows-menu.rst b/docs/source/user-docs/menus/information-windows-menu.rst index b424eefc..070fdfc6 100644 --- a/docs/source/user-docs/menus/information-windows-menu.rst +++ b/docs/source/user-docs/menus/information-windows-menu.rst @@ -23,7 +23,9 @@ Show Exports ---------------------------------------- **Description:** Show a list of exported functions in the binary. -**Steps:** Windows -> Info... -> Exports +**Steps:** Windows -> Info... -> Exports + +**Shortcut:** :kbd:`Shift` + :kbd:`E` Show Flags ---------------------------------------- @@ -41,7 +43,9 @@ Show Imports ---------------------------------------- **Description:** Show the Imports widget with a list of all the imported functions required by the binary. -**Steps:** Windows -> Info... -> Imports +**Steps:** Windows -> Info... -> Imports + +**Shortcut:** :kbd:`Shift` + :kbd:`I` Show Relocations ---------------------------------------- diff --git a/docs/source/user-docs/menus/menu-bar/windows-menu.rst b/docs/source/user-docs/menus/menu-bar/windows-menu.rst index 429bbfc3..256836f6 100644 --- a/docs/source/user-docs/menus/menu-bar/windows-menu.rst +++ b/docs/source/user-docs/menus/menu-bar/windows-menu.rst @@ -35,9 +35,9 @@ Show Decompiler **Steps:** Windows -> Decompiler -Show Graph +Graph Overview ---------------------------------------- -**Description:** One of the main views of Cutter allows you to navigate inside functions in a graph mode. This view displays the flow of a functions where each node on the graph represents a basic block in the function. The edges coming-to and getting-out of the blocks represents the control flow. +**Description:** One of the main views of Cutter allows you to navigate inside functions in a graph mode. Graph overview will only display a zoomed-out form of the graph, and will help the user understand the flow of a function as a whole. **Steps:** Windows -> Graph Overview @@ -53,6 +53,8 @@ Show Strings **Steps:** Windows -> Strings +**Shortcut:** :kbd:`Shift` + :kbd:`F12` + Show Types ---------------------------------------- **Description:** Show the Types widget in which you can define, load, export and manage data types such as Structures and Enums, @@ -73,7 +75,7 @@ Add a new instance of the Disassembly Widget Add a new instance of the Graph Widget ---------------------------------------- -**Description:** Create a new instance of the Graph widget in order to view one or multiple locations at the same time. +**Description:** One of the main views of Cutter allows you to navigate inside functions in a graph mode. This view displays the flow of a function where each node on the graph represents a basic block in the function. The edges coming-to and getting-out of the blocks represent the control flow. The menu item will create a new instance of the Graph widget in order to view one or multiple locations at the same time. **Steps:** Windows -> Add Graph @@ -82,6 +84,8 @@ Add a new instance of the Hexdump Widget **Description:** Create a new instance of the Hexdump widget in order to view one or multiple locations at the same time. **Steps:** Windows -> Add Hexdump + +**Shortcut:** :kbd:`Shift` + :kbd:`G` Show Comments @@ -94,4 +98,6 @@ Show Console ---------------------------------------- **Description:** Open the integrated radare2 console. This will allow you to execute radare2 commands straight from Cutter. -**Steps:** Windows -> Console \ No newline at end of file +**Steps:** Windows -> Console + +**Shortcut:** :kbd:`:` or :kbd:`Ctrl` + :kbd:`\`` \ No newline at end of file