-
Notifications
You must be signed in to change notification settings - Fork 365
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
Implement global shortcuts default value in SwiftUI Mode #395
Conversation
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.
Looks good.
No, we can't set the default for global shortcut default using |
CleanShot.2024-02-09.at.20.42.38.mp4 |
You are right. It is a old issue in I'll revert it. |
BTW in release 2.6.0 it works well. I'm not sure why. |
I opened a new issue to track shortcuts bugs #399 |
* fix: default value in short cut * refactor: delete unused file * Revert "refactor: delete unused file" This reverts commit 3a2d734. * Revert "fix: default value in short cut" This reverts commit fdfe495. * Add default shortcut * split `setDefaultForAppShortcut` into 2 method * fix: default value in short cut * refactor: delete unused file * Revert "refactor: delete unused file" This reverts commit 3a2d734. * Revert "fix: default value in short cut" This reverts commit fdfe495. * Add default shortcut * split `setDefaultForAppShortcut` into 2 method * Revert "chore: update issue templates" This reverts commit 033e391. * fix: correct default global shortcut keys --------- Co-authored-by: tisfeng <[email protected]>
No description provided.