-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
✨ feat(hotkeys): display platform specific key #421
Conversation
@Asuka109 is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for raising your pull request and contributing to our Community |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/components/HotKeys/index.tsx
Outdated
@@ -26,14 +28,21 @@ const useStyles = createStyles( | |||
`, | |||
); | |||
|
|||
const HOTKEY_MAPPINGS: Partial<Record<string, string>> = { | |||
alt: isApplePlatform() ? 'option' : 'alt', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use ⌥ on Mac
There was a problem hiding this comment.
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 ⌫
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done~
❤️ Great PR @Asuka109 ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! |
🎉 This PR is included in version 0.100.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* 🤖 chore(auto-submit): Add causal (lobehub#420) * 🤖 chore(auto-submit): Generate i18n for causal (lobehub#420)
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
Display platform specific key.
📝 补充信息 | Additional Information