Fix issue with backslash being used in place of forward slash (#2170)

This commit is contained in:
logankonopatzke 2020-04-28 02:37:35 -05:00 committed by GitHub
parent 6135fc7024
commit d6be2624d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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