> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/su-cai/default-shortcuts.md).

# 默认快捷键

快捷键可以在你的工作区设置页面中更改。以下是默认配置。

## 在任何页面上

这些快捷键在 Shade 桌面应用中的任何页面都可用

* **`cmd/ctrl + k`**  打开全局驱动器搜索
* **`s`** 打开分享面板

## 在驱动器页面上

当你位于文件的驱动器视图中时，这些快捷键可用。

* **`空格键`**  打开当前资源的弹窗，或打开当前文件夹的信息弹窗&#x20;
* **`cmd/ctrl + f`**  打开当前文件夹搜索
* **`cmd/ctrl + s`** 切换左侧面板
* **`左箭头`** 移动 高亮左侧资源
* **`右箭头`**  移动 高亮右侧资源
* **`上箭头`**  移动 高亮上方资源
* **`下箭头`** 移动 高亮下方资源

## 在资源弹窗中

当你位于资源弹窗中时，这些快捷键可用。

* **`cmd/ctrl + f`**  让资源全屏打开
* **`左箭头`** 移动到左侧资源
* **`右箭头`**  移动到右侧资源
* **`上箭头`**  移动到上方资源
* **`下箭头`** 移动到下方资源
* **`空格键`**  播放和暂停资源
* **`j`**  将播放头后退 5 秒
* **`k`**  播放和暂停资源
* **`l`**  将播放头前进 5 秒
* **`,`**  将播放头后退 1 帧
* **`.`**  将播放头前进 1 帧

## 在资源页面中

当你位于资源页面中时，这些快捷键可用，可通过点击资源弹窗顶部的“前往资源”进入。

* **`cmd/ctrl + o`** 如果你的驱动器已挂载，则在你的 ShadeFS 挂载中打开当前文件夹或资源
* **`cmd/ctrl + f`**  让资源全屏打开
* **`空格键`**  播放和暂停资源
* **`p`** 切换右侧面板
* **`j`**  将播放头后退 5 秒
* **`k`**  播放和暂停资源
* **`l`**  将播放头前进 5 秒
* **`,`**  将播放头后退 1 帧
* **`.`**  将播放头前进 1 帧


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://academy.shade.inc/shade-academy/shade-academy-zh/su-cai/default-shortcuts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
