> For the complete documentation index, see [llms.txt](https://wiki.robmurtagh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.robmurtagh.com/design/sketch.md).

# Sketch

The [Sketch Shortcut reference](http://sketchshortcuts.com/) is a really useful starting point. At the bottom it shows you how to 'Create Custom Shortcuts'. I tend to add the following manually:

## Collapse all groups

```
Alt + Cmd + C
```

## Sort artboards alphabetically

```
Cntrl + Shift + P
```

## Reverse sort artboards alphabetically

```
Cntrl + Shift + O
```

## Swap the position of two objects

* Install [Sketch Mate](https://github.com/getflourish/Sketch-Mate)
* Plugins > Sort > Reverse Positions
