Skip to content

Commit

Permalink
Fix issue with backslash being used in place of forward slash (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
logankonopatzke authored Apr 28, 2020
1 parent 6135fc7 commit d6be262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/shortcuts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+-------------+----------------------------------+
Expand Down

0 comments on commit d6be262

Please sign in to comment.