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

This commit is contained in:
ShikiSuen 2022-08-25 12:29:21 +08:00
parent 96176aaa2b
commit 38a6fa4821
1 changed files with 7 additions and 0 deletions

View File

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