-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Hotkeys change editable #7962
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
base: main
Are you sure you want to change the base?
Hotkeys change editable #7962
Conversation
refine role assignment logic for specific Azure OpenAI models & Azure…
Change attr for SowApp
@1oca1h0st 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 |
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.
PR Summary
Makes the global ShowApp hotkey (Mod+E) user-editable by removing the nonEditable
property in src/const/hotkeys.ts
, allowing users to customize it to avoid conflicts with other local hotkeys.
- Removed
nonEditable: true
from the ShowApp hotkey configuration insrc/const/hotkeys.ts
while maintaining its Essential group and global scope settings
💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7962 +/- ##
==========================================
- Coverage 88.47% 88.47% -0.01%
==========================================
Files 821 821
Lines 60274 60273 -1
Branches 5496 5696 +200
==========================================
- Hits 53325 53324 -1
Misses 6949 6949
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
单纯这样没用的,得支持 electron 端快捷键的重新注册,我今天搞一下吧 |
It's useless simply, so I have to support the re-registration of shortcut keys on the electron side. I'll do it today. |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
变更全局展示APP的快捷键command+e,避免与本地的其他热键冲突
📝 补充信息 | Additional Information
无