From 41f7c16c347c8dc0f478139db5e1cc60f7b725cd Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Sun, 19 Jun 2022 09:50:36 -0400 Subject: Update user docs for typeview hotkey changes --- docs/guide/type.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/guide') diff --git a/docs/guide/type.md b/docs/guide/type.md index 3a7db975..a15c82d1 100644 --- a/docs/guide/type.md +++ b/docs/guide/type.md @@ -112,6 +112,10 @@ From within the Types view, you can use the following hotkeys to create new type * `s` - Create new structure * `i` - Create new type * `[SHIFT] s` - Creating a new union +* `1`, `2`, `4`, `8`: The number hotkeys will create a create an integer of the specified size. This additionally works on selections. +* `d`: If you want to cycle through the different integer sizes, repeatedly pressing `d` has the same effect as pressing the numbers in order. +* `-`: To quickly toggle integers between signed and unsigned integers, you can use the `-` hotkey. + The shortcuts for editing existing elements are: -- cgit v1.3.1