This Adobe XD Plugin allows users to go to next or previous artboards using keyboard shortcuts:
- Ctrl+Alt+A to go to previous artboard (Cmd+Option+A on Mac)
- Ctrl+Alt+D to go to next artboard (Cmd+Option+D on Mac)
It starts from the currently selected artboard (or selected element's artboard). To allow for several movements at a time, "current selection" is used for the first movement, and isn't used again until a new selection is detected.
Notes:
- Each movement finishes by zooming the artboard to fit. This is the fastest way to finish the movement (other movements allowed by API have a panning animation).
- PageUp / PageDown aren't available to plugin developers as of this release*