lobehub/docs/usage/user-interface/shortcuts.zh-CN.mdx
Rdmclin2 3f9c23e7b4
feat: support lark and feishu bot (#12712)
* feat: support lark and feishu

* chore: change integration to channel

* chore: rename from integration to channel

* fix: channel router

* feat: add topic list channel provider icon

* chore: update webhook url

* chore:  channel form refact

* chore: update i18n  keys to channel

* chore: update form item description

* style: hide required mark

* feat: add lark chat adapter

* chore: clean speaker tag  & add username api adapter

* chore: adjust topic channel icon

* chore: move developer mode to advanced setting

* chore: add lark icon

* fix: detail style

* fix: token check logic

* fix: encrpted risk

* fix: vercel function appId

* chore: remove webhook mode for discord

* chore: add doc link

* chore: add channel docs

* chore: remove unused import

* fix: create bot with wrong platform

* chore: update intergration to channel

* fix: udpate variable import

* fix: tsgo error

* chore: optimize webhook url trim

* chore: update copy text

* fix: telegram webhook not set

* chore: add persist logic

* docs: update feishu doc

* chore: update feishu and lark tenant

* chore: update docs

* chore: make verfication code required

* chore: update feishu docs

* chore: update verfication comment

* chore: update docs permission  list

* chore: verificationToken optional

* chore: update feishu and lark color

* chore: use test id
2026-03-08 19:18:06 +08:00

81 lines
3.6 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 快捷键
description: 用快捷键掌控 LobeHub——命令面板、助理切换、专注模式等。按你的习惯自定义。
tags:
- LobeHub
- 快捷键
- 效率
- 自定义快捷键
---
# 快捷键
LobeHub 提供丰富的键盘快捷键,让你少用鼠标、多用手感。掌握几个关键快捷键,工作流会明显加快 —— 尤其是在切换助理、管理对话或浏览界面时。
## 如何进入快捷键设置
点击右上角用户头像 → **应用设置** → **快捷键**。可查看所有快捷键,并自定义大部分操作。
<Image alt={'快捷键'} src={'/blog/assets58737403bd41f2f0ea70bdea609e9169.webp'} />
## 常用快捷键
| 操作 | 快捷键 |
| --------------- | ----------------------------------- |
| **打开命令菜单** | `⌘ + K`Mac/ `Ctrl + K`Win/Linux |
| **聚焦搜索** | `⌘ + J` / `Ctrl + J` |
| **切换置顶助理** | `Ctrl + 19` |
| **切换默认会话** | `Ctrl + 0` |
| **显示 / 隐藏左侧面板** | `⌘ + [` / `Ctrl + [` |
| **显示 / 隐藏右侧面板** | `⌘ + ]` / `Ctrl + ]` |
| **专注模式** | `⌘ + \` / `Ctrl + \` |
| **快捷键帮助** | `Ctrl + Shift + ?` |
**专注模式** 只保留当前对话,隐藏其他面板 —— 适合专注写作或长文阅读。
## 会话快捷键
| 操作 | 快捷键 |
| ------------ | ---------------------------------------------------- |
| **打开会话设置** | `⌘ + ,` / `Ctrl + ,` |
| **重新生成消息** | `⌘ + R` / `Ctrl + R` |
| **删除最后一条消息** | `⌘ + D` / `Ctrl + D` |
| **删除并重新生成** | `⌘ + Shift + R` / `Ctrl + Shift + R` |
| **新建话题** | `⌘ + N` / `Ctrl + N` |
| **添加消息但不发送** | `⌘ + Enter` / `Ctrl + Enter` |
| **编辑消息** | `Ctrl + Alt` + 双击消息 |
| **清空所有消息** | `⌘ + Shift + Backspace` / `Ctrl + Shift + Backspace` |
**添加消息但不发送** —— 想在不触发生成的情况下补充上下文时使用。助理会在下次回复时看到这条新消息。
## 文档快捷键
| 操作 | 快捷键 |
| -------- | -------------------- |
| **保存文档** | `⌘ + S` / `Ctrl + S` |
## 自定义快捷键
大部分快捷键可自定义。在快捷键设置界面,点击要修改的快捷键,再按下你想要的组合即可。适合:
- 与其他应用的快捷键冲突时
- 想为最常用操作设置更顺手的组合时
- 使用不同键盘布局时
**提示:** 先从命令菜单(`⌘ + K` / `Ctrl + K`)开始 —— 这是跳转到任意助理、话题或设置的最快方式。
## 使用场景
**高效工作流** — `⌘ + K` 打开命令菜单 → 输入助理名 → 回车。一秒内切换助理。
**快速迭代** — `⌘ + R` 重新生成。`⌘ + Shift + R` 先删除最后一条消息再重新生成。
**专注写作** — `⌘ + \` 进入专注模式。无侧边栏、无面板 —— 只有对话。
**多助理协作** — 把常用助理置顶,用 `Ctrl + 19` 切换,无需动鼠标。
<Cards>
<Card href={'/zh/docs/usage/user-interface/command-menu'} title={'命令菜单'} />
<Card href={'/zh/docs/usage/getting-started/page'} title={'文稿'} />
</Cards>