diff options
| author | Peter LaFosse <peter@vector35.com> | 2022-06-19 09:50:36 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-06-19 09:50:36 -0400 |
| commit | 41f7c16c347c8dc0f478139db5e1cc60f7b725cd (patch) | |
| tree | 53d5d7d28eaf53588f86b11131e2990bd62ed1c3 /docs/guide | |
| parent | 5685e3f423dc93b33d3a89ca5d8438bdf2cddfbe (diff) | |
Update user docs for typeview hotkey changes
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/type.md | 4 |
1 files changed, 4 insertions, 0 deletions
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: |
