为什么要忽略Command组合事件 #1602
Unanswered
code-small-white
asked this question in
Q&A
Replies: 1 comment 2 replies
-
會影響大部分程序和系統的快捷鍵 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
// ignore Command+X hotkeys.
if modifiers.contains(.command) {
break
}
Beta Was this translation helpful? Give feedback.
All reactions