From d6be2624d3a92fd8de68c46406b9b78ac3e5d5c8 Mon Sep 17 00:00:00 2001 From: logankonopatzke <60406681+logankonopatzke@users.noreply.github.com> Date: Tue, 28 Apr 2020 02:37:35 -0500 Subject: [PATCH] Fix issue with backslash being used in place of forward slash (#2170) --- docs/source/shortcuts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/shortcuts.rst b/docs/source/shortcuts.rst index 52ca1dd88..7e22a2382 100644 --- a/docs/source/shortcuts.rst +++ b/docs/source/shortcuts.rst @@ -56,9 +56,9 @@ Disassembly view shortcuts +-------------+----------------------------------+ | Shift+N | Rename flag/function used here | +-------------+----------------------------------+ -| Y | Edit\rename local variables | +| Y | Edit/rename local variables | +-------------+----------------------------------+ -| L | Link a type\struct to address | +| L | Link a type/struct to address | +-------------+----------------------------------+ | A | Set current address to String | +-------------+----------------------------------+