summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2022-06-19 09:50:36 -0400
committerPeter LaFosse <peter@vector35.com>2022-06-19 09:50:36 -0400
commit41f7c16c347c8dc0f478139db5e1cc60f7b725cd (patch)
tree53d5d7d28eaf53588f86b11131e2990bd62ed1c3 /docs/guide
parent5685e3f423dc93b33d3a89ca5d8438bdf2cddfbe (diff)
Update user docs for typeview hotkey changes
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/type.md4
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: