# Shortcuts

## Default Hotkey

We have chosen to **not** set up a Shortcut by default to launch Runner Pro. Conflicting shortcuts in Sketch are a pain to manage, and shortcuts generally only work well for specific keyboard layouts. Set up a hotkey that works well for your situation on first use.&#x20;

![](/files/-LZUJzd85qNb8ptUtp-n)

## How to Set Up or Change Shortcuts

Go to **Plugins › Runner Pro › Settings** in the menu bar and select the Shortcuts tab. Here you can set your favorite Shortcut for all Runner [commands](/getting-started.md), for `Run Last Action`, Toggling the visibility of [RunBar](/runbar.md), and navigating forward and backward between Artboards.

Check out the [Sketch Documentation](https://www.sketch.com/docs/shortcuts/) to see if your intended Shortcut isn't clashing with one that's already defined.

![](/files/-LYvDNE-ZgnPeBVY3W4x)

## Run Last Action&#x20;

If you frequently Run the same action one after another, you can set a shortcut to execute it rightaway and bypass launching the Runner search window.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sketchrunner.com/shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
