diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 | ||||
| -rw-r--r-- | docs/guide/troubleshooting.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 82c833a5..b7d01115 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -62,7 +62,9 @@ Switching views happens multiple ways. In some instances, it's automatic (clicki - `;` : Adds a comment - `i` : Switches between disassembly and low-level il in graph view - `y` : Change type + - `a` : Change the data type to an ASCII string - [1248] : Change type directly to a data variable of the indicated widths + - `a` : Change the data type to an ASCII string - `d` : Switches between data variables of various widths - `r` : Change the data type to single ASCII character - `o` : Create a pointer data type diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index 4f761cfd..a74ecb68 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -9,7 +9,7 @@ ## License Problems -- If experiencing problems with Windows UAC permissions during an update, the easiest fix is to completely un-install and re-download the latest installer. Preferences are saved outside the installation folder and are preserved, though you might want to remove your [license](/getting-started/index.html#license). +- If experiencing problems with Windows UAC permissions during an update, the easiest fix is to completely un-install and [recover][recover] the latest installer and license. Preferences are saved outside the installation folder and are preserved, though you might want to remove your [license](/getting-started/index.html#license). - If you need to change the email address on your license, contact [support]. ## Linux |
