KeyHandler // Block reading-dumping keys in marking state.

This commit is contained in:
ShikiSuen 2022-08-25 12:29:21 +08:00
parent 72a9e9b234
commit b4d0ced002
1 changed files with 7 additions and 0 deletions

View File

@ -173,6 +173,13 @@ extension KeyHandler {
return true
}
//
if input.isControlHold, input.isCommandHold, input.isEnter {
IME.prtDebugIntel("1198E3E5")
errorCallback()
return true
}
// Enter
if input.isEnter {
if let keyHandlerDelegate = delegate {