# Default Shortcuts

Shortcuts can be changed from your workspace settings page. Here are the default configurations.

## On Any Page

These shortcuts work on any page in the Shade desktop app

* **`cmd/ctrl + k`**  opens the search for your global drive
* **`s`** opens the share panel

## On a Drive Page

These shortcuts work when you are within the drive view of your files.

* **`spacebar`**  opens a modal for the current asset, or opens an information modal for the current folder&#x20;
* **`cmd/ctrl + f`**  opens the search for your current folder
* **`cmd/ctrl + s`** toggles the left panel
* **`left arrow`** moves highlight the asset left
* **`right arrow`**  moves highlight the asset right
* **`up arrow`**  moves highlight the asset above
* **`down arrow`** moves highlight the asset below

## Within an Asset Modal

These shortcuts work when you are within an asset modal.

* **`cmd/ctrl + f`**  makes the asset open full-screen
* **`left arrow`** moves to the asset left
* **`right arrow`**  moves to the asset right
* **`up arrow`**  moves to the asset above
* **`down arrow`** moves to the asset below
* **`spacebar`**  plays and pauses the asset
* **`j`**  moves the playhead back 5 seconds
* **`k`**  plays and pauses the asset
* **`l`**  moves the playhead forward 5 seconds
* **`,`**  moves the playhead back 1 frame
* **`.`**  moves the playhead forward 1 frame

## Within an Asset Page

These shortcuts work when you are within an asset page, by click "Go to asset" at the top of an asset modal.

* **`cmd/ctrl + o`** opens the current folder or asset in your ShadeFS mount, if your drive is mounted
* **`cmd/ctrl + f`**  makes the asset open full-screen
* **`spacebar`**  plays and pauses the asset
* **`p`** toggles the right panel
* **`j`**  moves the playhead back 5 seconds
* **`k`**  plays and pauses the asset
* **`l`**  moves the playhead forward 5 seconds
* **`,`**  moves the playhead back 1 frame
* **`.`**  moves the playhead forward 1 frame


---

# 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://academy.shade.inc/assets/default-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.
