We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Easydict 的翻译窗口是可以用 ⌘W 关闭的,但是偏好设置窗口貌似不行,个人认为如果偏好设置窗口也能通过 ⌘W 关闭的话会在体验上更加统一
偏好设置窗口
类似在 SwiftUI 里的这种:
Button("Close Window") { NSApp.keyWindow?.windowController?.close() } .keyboardShortcut("w", modifiers: [.command])
The text was updated successfully, but these errors were encountered:
可以,稍后我加一下。
Sorry, something went wrong.
你好,新版本已添加快捷键 https://github.com/tisfeng/Easydict/releases/tag/1.3.0
No branches or pull requests
请先确认以下事项
功能描述
Easydict 的翻译窗口是可以用 ⌘W 关闭的,但是偏好设置窗口貌似不行,个人认为如果偏好设置窗口也能通过 ⌘W 关闭的话会在体验上更加统一
使用场景(可选)
偏好设置窗口
实现方案(可选)
类似在 SwiftUI 里的这种:
The text was updated successfully, but these errors were encountered: