Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/prototyping.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ Resized artboards appear with the word *Resized* in the Inspector as shown in th

![Resized artboard in the Inspector](public/proto-resizedartboard.png)

Scroll your protoype up or down using your Keyboard as follows:

1. Click ![Play button](public/playbtn.png) in the upper-right corner of the interface to open the Preview window.
2. Click on an empty area inside the Preview window.
3. Press the Up or Down arrow keys to scroll up or down by a small amount.
4. Press the Page Up or Page Down keys to scroll up or down a page at a time.
5. Press the Home/End keys to scroll to the beginning or end of the artboard.

## [Hotspots](#hotspots)

You can also use hotspots to create links between artboards. These are a special type of objects that allows you to create interactive zones anywhere on artboards.
Expand Down