OSDN Git Service

Regular updates
[twpd/master.git] / sketch.md
1 ---
2 title: Sketch
3 category: Apps
4 layout: 2017/sheet
5 updated: 2017-08-30
6 ---
7
8 ## Shortcuts
9 {: .-three-column}
10
11 ### Insert
12
13 | Shortcut | Description |
14 | ---      | ---         |
15 | `V`      | Vector      |
16 | `P`      | Pencil      |
17 | `T`      | Text        |
18 | `L`      | Line        |
19 | `R`      | Rectangle   |
20 | `O`      | Oval        |
21 | `U`      | Rounded     |
22 {: .-shortcuts}
23
24 ### Show
25
26 | Shortcut | Description            |
27 | ---      | ---                    |
28 | `^G`     | Show grid              |
29 | `^L`     | Show layout            |
30 | `^P`     | Show pixels            |
31 | `^H`     | Show selection handles |
32 | `^R`     | Show rulers            |
33 {: .-shortcuts}
34
35 ### Sidebars
36
37 | Shortcut | Description              |
38 | ---      | ---                      |
39 | `⌘⌥1`    | Toggle left (layers)     |
40 | `⌘⌥2`    | Toggle right (inspector) |
41 | `⌘⌥3`    | Toggle both              |
42 | `⌘.`     | Presentation mode        |
43 {: .-shortcuts}
44
45 ### Zoom
46
47 | Shortcut | Description             |
48 | ---      | ---                     |
49 | `⌘0`     | 100%                    |
50 | `⌘1`     | Fit to screen           |
51 | `⌘2`     | Fit selection to screen |
52 | `⌘3`     | Center selection        |
53 {: .-shortcuts}
54
55 ### Arrange
56
57 | Shortcut       | Description         |
58 | ---            | ---                 |
59 | `⌘⌥↑` _/_ `↓`  | Forward or backward |
60 | `^⌘⌥↑` _/_ `↓` | Front or back       |
61 {: .-shortcuts}
62
63 ### Distribute
64
65 | Shortcut | Description |
66 | ---      | ---         |
67 | `^⌘H`    | Horizontal  |
68 | `^⌘V`    | Vertical    |
69 {: .-shortcuts}
70
71 ### Layers
72
73 | Shortcut | Description  |
74 | ---      | ---          |
75 | `⌘R`     | Rename layer |
76 | `⌘F`     | Find layer   |
77 | `⌘G`     | Group        |
78 | `⌘⇧G`    | Ungroup      |
79 {: .-shortcuts}
80
81 ### Font
82
83 | Shortcut       | Description    |
84 | ---            | ---            |
85 | `⌘⌥ +` _/_ `-` | Bigger/smaller |
86 | `⌘⇧[`          | Left align     |
87 | `⌘⇧\`          | Center align   |
88 | `⌘⇧]`          | Right align    |
89 {: .-shortcuts}