File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 17
17
18
18
## Keyboard Shortcuts
19
19
20
- ### Selection
20
+ ### Select
21
21
* ** Mouse down + Drag + Mouse up** : Draw a selection area
22
22
* ** Ctrl [ or Meta] + Click** : Select outer-most item, or parent container
23
23
* ** Ctrl [ or Meta] + Shift + Click** : Add [ outer-most] item to selection
24
24
* ** Esc** : Clear selection
25
25
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
29
30
30
31
### Copy / Cut / paste
31
32
* ** Ctrl [ or Meta] + C** : Copy selection
34
35
35
36
### Delete
36
37
* ** 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
You can’t perform that action at this time.
0 commit comments