Skip to content
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(hotkeys): display platform specific key #421

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

Asuka109
Copy link
Contributor

@Asuka109 Asuka109 commented Nov 7, 2023

💻 变更类型 | Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

🔀 变更说明 | Description of Change

Display platform specific key.

📝 补充信息 | Additional Information

Copy link

vercel bot commented Nov 7, 2023

@Asuka109 is attempting to deploy a commit to the LobeHub Team on Vercel.

A member of the Team first needs to authorize it.

@lobehubbot
Copy link
Member

👍 @Asuka109

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

@Asuka109 Asuka109 changed the title ✨ feat(hotkeys): display platform specific key WIP: ✨ feat(hotkeys): display platform specific key Nov 7, 2023
@Asuka109 Asuka109 changed the title WIP: ✨ feat(hotkeys): display platform specific key ✨ feat(hotkeys): display platform specific key Nov 7, 2023
Copy link

vercel bot commented Nov 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lobe-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2023 3:49pm

@@ -26,14 +28,21 @@ const useStyles = createStyles(
`,
);

const HOTKEY_MAPPINGS: Partial<Record<string, string>> = {
alt: isApplePlatform() ? 'option' : 'alt',
Copy link
Contributor

@arvinxx arvinxx Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use ⌥ on Mac

Copy link
Member

@canisminor1990 canisminor1990 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use ⌥ on Mac

backspace could also use ⌫

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done~

@canisminor1990 canisminor1990 merged commit fcb5e6f into lobehub:main Nov 9, 2023
@lobehubbot
Copy link
Member

❤️ Great PR @Asuka109 ❤️

The growth of project is inseparable from user feedback and contribution, thanks for your contribution!
项目的成长离不开用户反馈和贡献,感谢您的贡献!

@lobehubbot
Copy link
Member

🎉 This PR is included in version 0.100.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

skylinemusiccds pushed a commit to skylinemusiccds/BrainWeaver-development that referenced this pull request May 12, 2024
* 🤖 chore(auto-submit): Add causal (lobehub#420)

* 🤖 chore(auto-submit): Generate i18n for causal (lobehub#420)
coulsontl pushed a commit to coulsontl/lobe-chat that referenced this pull request Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] 保存为话题快捷键在 Mac 上不生效
4 participants