sketch: format tables properly
This commit is contained in:
parent
c59095af32
commit
10e305bfe0
81
sketch.md
81
sketch.md
|
@ -5,70 +5,85 @@ layout: 2017/sheet
|
|||
updated: 2017-08-26
|
||||
---
|
||||
|
||||
Shortcuts
|
||||
---------
|
||||
## Shortcuts
|
||||
{: .-three-column}
|
||||
|
||||
### Insert
|
||||
|
||||
| `V` | Vector |
|
||||
| `P` | Pencil |
|
||||
| `T` | Text |
|
||||
| `L` | Line |
|
||||
| `R` | Rectangle |
|
||||
| `O` | Oval |
|
||||
| `U` | Rounded |
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| `V` | Vector |
|
||||
| `P` | Pencil |
|
||||
| `T` | Text |
|
||||
| `L` | Line |
|
||||
| `R` | Rectangle |
|
||||
| `O` | Oval |
|
||||
| `U` | Rounded |
|
||||
{: .-shortcuts}
|
||||
|
||||
### Show
|
||||
|
||||
| `^G` | Show grid |
|
||||
| `^L` | Show layout |
|
||||
| `^P` | Show pixels |
|
||||
| `^H` | Show selection handles |
|
||||
| `^R` | Show rulers |
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| `^G` | Show grid |
|
||||
| `^L` | Show layout |
|
||||
| `^P` | Show pixels |
|
||||
| `^H` | Show selection handles |
|
||||
| `^R` | Show rulers |
|
||||
{: .-shortcuts}
|
||||
|
||||
### Sidebars
|
||||
|
||||
| `⌘⌥1` | Toggle left (layers) |
|
||||
| `⌘⌥2` | Toggle right (inspector) |
|
||||
| `⌘⌥3` | Toggle both |
|
||||
| `⌘.` | Presentation mode |
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| `⌘⌥1` | Toggle left (layers) |
|
||||
| `⌘⌥2` | Toggle right (inspector) |
|
||||
| `⌘⌥3` | Toggle both |
|
||||
| `⌘.` | Presentation mode |
|
||||
{: .-shortcuts}
|
||||
|
||||
### Zoom
|
||||
|
||||
| `⌘0` | 100% |
|
||||
| `⌘1` | Fit to screen |
|
||||
| `⌘2` | Fit selection to screen |
|
||||
| `⌘3` | Center selection |
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| `⌘0` | 100% |
|
||||
| `⌘1` | Fit to screen |
|
||||
| `⌘2` | Fit selection to screen |
|
||||
| `⌘3` | Center selection |
|
||||
{: .-shortcuts}
|
||||
|
||||
### Arrange
|
||||
|
||||
| `⌘⌥↑` _/_ `↓` | Forward or backward |
|
||||
| `^⌘⌥↑` _/_ `↓` | Front or back |
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| `⌘⌥↑` _/_ `↓` | Forward or backward |
|
||||
| `^⌘⌥↑` _/_ `↓` | Front or back |
|
||||
{: .-shortcuts}
|
||||
|
||||
### Distribute
|
||||
|
||||
| `^⌘H` | Horizontal |
|
||||
| `^⌘V` | Vertical |
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| `^⌘H` | Horizontal |
|
||||
| `^⌘V` | Vertical |
|
||||
{: .-shortcuts}
|
||||
|
||||
### Layers
|
||||
|
||||
| `⌘R` | Rename layer |
|
||||
| `⌘F` | Find layer |
|
||||
| `⌘G` | Group |
|
||||
| `⌘⇧G` | Ungroup |
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| `⌘R` | Rename layer |
|
||||
| `⌘F` | Find layer |
|
||||
| `⌘G` | Group |
|
||||
| `⌘⇧G` | Ungroup |
|
||||
{: .-shortcuts}
|
||||
|
||||
### Font
|
||||
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| `⌘⌥ +` _/_ `-` | Bigger/smaller |
|
||||
| `⌘⇧[` | Left align |
|
||||
| `⌘⇧\` | Center align |
|
||||
| `⌘⇧]` | Right align |
|
||||
| `⌘⇧[` | Left align |
|
||||
| `⌘⇧\` | Center align |
|
||||
| `⌘⇧]` | Right align |
|
||||
{: .-shortcuts}
|
||||
|
|
Loading…
Reference in New Issue