sketch: format tables properly
This commit is contained in:
parent
c59095af32
commit
10e305bfe0
19
sketch.md
19
sketch.md
|
@ -5,12 +5,13 @@ layout: 2017/sheet
|
||||||
updated: 2017-08-26
|
updated: 2017-08-26
|
||||||
---
|
---
|
||||||
|
|
||||||
Shortcuts
|
## Shortcuts
|
||||||
---------
|
|
||||||
{: .-three-column}
|
{: .-three-column}
|
||||||
|
|
||||||
### Insert
|
### Insert
|
||||||
|
|
||||||
|
| Shortcut | Description |
|
||||||
|
| --- | --- |
|
||||||
| `V` | Vector |
|
| `V` | Vector |
|
||||||
| `P` | Pencil |
|
| `P` | Pencil |
|
||||||
| `T` | Text |
|
| `T` | Text |
|
||||||
|
@ -22,6 +23,8 @@ Shortcuts
|
||||||
|
|
||||||
### Show
|
### Show
|
||||||
|
|
||||||
|
| Shortcut | Description |
|
||||||
|
| --- | --- |
|
||||||
| `^G` | Show grid |
|
| `^G` | Show grid |
|
||||||
| `^L` | Show layout |
|
| `^L` | Show layout |
|
||||||
| `^P` | Show pixels |
|
| `^P` | Show pixels |
|
||||||
|
@ -31,6 +34,8 @@ Shortcuts
|
||||||
|
|
||||||
### Sidebars
|
### Sidebars
|
||||||
|
|
||||||
|
| Shortcut | Description |
|
||||||
|
| --- | --- |
|
||||||
| `⌘⌥1` | Toggle left (layers) |
|
| `⌘⌥1` | Toggle left (layers) |
|
||||||
| `⌘⌥2` | Toggle right (inspector) |
|
| `⌘⌥2` | Toggle right (inspector) |
|
||||||
| `⌘⌥3` | Toggle both |
|
| `⌘⌥3` | Toggle both |
|
||||||
|
@ -39,6 +44,8 @@ Shortcuts
|
||||||
|
|
||||||
### Zoom
|
### Zoom
|
||||||
|
|
||||||
|
| Shortcut | Description |
|
||||||
|
| --- | --- |
|
||||||
| `⌘0` | 100% |
|
| `⌘0` | 100% |
|
||||||
| `⌘1` | Fit to screen |
|
| `⌘1` | Fit to screen |
|
||||||
| `⌘2` | Fit selection to screen |
|
| `⌘2` | Fit selection to screen |
|
||||||
|
@ -47,18 +54,24 @@ Shortcuts
|
||||||
|
|
||||||
### Arrange
|
### Arrange
|
||||||
|
|
||||||
|
| Shortcut | Description |
|
||||||
|
| --- | --- |
|
||||||
| `⌘⌥↑` _/_ `↓` | Forward or backward |
|
| `⌘⌥↑` _/_ `↓` | Forward or backward |
|
||||||
| `^⌘⌥↑` _/_ `↓` | Front or back |
|
| `^⌘⌥↑` _/_ `↓` | Front or back |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Distribute
|
### Distribute
|
||||||
|
|
||||||
|
| Shortcut | Description |
|
||||||
|
| --- | --- |
|
||||||
| `^⌘H` | Horizontal |
|
| `^⌘H` | Horizontal |
|
||||||
| `^⌘V` | Vertical |
|
| `^⌘V` | Vertical |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Layers
|
### Layers
|
||||||
|
|
||||||
|
| Shortcut | Description |
|
||||||
|
| --- | --- |
|
||||||
| `⌘R` | Rename layer |
|
| `⌘R` | Rename layer |
|
||||||
| `⌘F` | Find layer |
|
| `⌘F` | Find layer |
|
||||||
| `⌘G` | Group |
|
| `⌘G` | Group |
|
||||||
|
@ -67,6 +80,8 @@ Shortcuts
|
||||||
|
|
||||||
### Font
|
### Font
|
||||||
|
|
||||||
|
| Shortcut | Description |
|
||||||
|
| --- | --- |
|
||||||
| `⌘⌥ +` _/_ `-` | Bigger/smaller |
|
| `⌘⌥ +` _/_ `-` | Bigger/smaller |
|
||||||
| `⌘⇧[` | Left align |
|
| `⌘⇧[` | Left align |
|
||||||
| `⌘⇧\` | Center align |
|
| `⌘⇧\` | Center align |
|
||||||
|
|
Loading…
Reference in New Issue