Skip to content

Commit f7a567e

Browse files
committed
chore(features) update keyboard shortcuts
1 parent 87a5596 commit f7a567e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

features.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@
1717

1818
## Keyboard Shortcuts
1919

20-
### Selection
20+
### Select
2121
* **Mouse down + Drag + Mouse up**: Draw a selection area
2222
* **Ctrl [or Meta] + Click**: Select outer-most item, or parent container
2323
* **Ctrl [or Meta] + Shift + Click**: Add [outer-most] item to selection
2424
* **Esc**: Clear selection
2525

26-
### Undo / Redo
27-
* **Ctrl [or Meta] + Z**: Undo last action
28-
* **Ctrl [or Meta] + Shift + Z**: Redo last action
26+
### Move
27+
* **Mouse drag & drop**: The standard way
28+
* **ArrowKeys**: Moves the selected elements 1px
29+
* **Shift + ArrowKeys**: Moves the selected elements 10px
2930

3031
### Copy / Cut / paste
3132
* **Ctrl [or Meta] + C**: Copy selection
@@ -34,3 +35,7 @@
3435

3536
### Delete
3637
* **Delete [or Backspace]**: Deletes selection
38+
39+
### Undo / Redo
40+
* **Ctrl [or Meta] + Z**: Undo last action
41+
* **Ctrl [or Meta] + Shift + Z**: Redo last action

0 commit comments

Comments
 (0)