From dd790f31c400f42ebf0abbbdec8305f7d413818e Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 14 Jul 2022 16:37:12 +0800 Subject: Document the "Shift-A" and "Ctrl+Shift+A" shortcut --- docs/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/getting-started.md') 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 -- cgit v1.3.1