-
Notifications
You must be signed in to change notification settings - Fork 59.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: #5422 快捷键清除上下文 #5468
base: main
Are you sure you want to change the base?
feat: #5422 快捷键清除上下文 #5468
Conversation
@DDMeaqua is attempting to deploy a commit to the NextChat Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThe changes introduce a new keyboard shortcut functionality in the chat application, allowing users to clear the context of the current chat session using "⌘ + Shift + Delete" on Mac or "Ctrl + Shift + Delete" on other platforms. Additionally, new localization entries for this functionality are added in Chinese, English, and Traditional Chinese, enhancing the user interface and providing a consistent experience across different languages. Changes
Possibly related PRs
Suggested reviewers
Poem
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (4)
Files skipped from review due to trivial changes (2)
Additional comments not posted (3)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Your build has completed! |
快捷键太多了很容易和其他冲突,不知道能不能做成用户自定义的,比如我电脑上输入 "Ctrl + Shift + Delete" 默认是清除浏览器数据 |
There are too many shortcut keys that can easily conflict with others. I wonder if they can be customized. For example, on my computer, typing "Ctrl + Shift + Delete" will clear browser data by default. |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
cmd/ctrl + shift + delete 清除上下文再按一次取消
📝 补充信息 | Additional Information
Summary by CodeRabbit
New Features
Bug Fixes