diff options
| author | Xusheng <xusheng@vector35.com> | 2022-07-14 16:37:12 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2022-07-14 16:37:12 +0800 |
| commit | dd790f31c400f42ebf0abbbdec8305f7d413818e (patch) | |
| tree | b9da400ecf2144c1ce85c437f2d1eb1a3fae87cf /docs/getting-started.md | |
| parent | 70788d0af07e507be9c3a90db8c1b5342e77bc75 (diff) | |
Document the "Shift-A" and "Ctrl+Shift+A" shortcut
Diffstat (limited to 'docs/getting-started.md')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 06acfe94..5fadd869 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -214,6 +214,8 @@ Any action in the [action system](#command-palette) can have a custom hotkey map - `t` : Switch to type view - `y` : Change type of currently selected element - `a` : Change the data type to an ASCII string + - `[SHIFT] a` : Change the data type to a wchar_t string + - `[CTRL-SHIFT] a` : Change the data type to a wchar32_t string - `1`, `2`, `4`, `8` : Change type directly to a data variable of the indicated widths - `d` : Switches between data variables of various widths - `r` : Change the data type to single ASCII character |
