ctlIME // Reset KeyHandler when commitComposition().

This commit is contained in:
ShikiSuen 2022-05-19 08:54:47 +08:00
parent e2bac3eb32
commit 93b70dc830
1 changed files with 7 additions and 0 deletions

View File

@ -197,6 +197,13 @@ class ctlInputMethod: IMKInputController {
} }
return result return result
} }
// App Ctrl+Enter / Shift+Enter
// handle(event:) Event
// commitComposition
override func commitComposition(_ sender: Any!) {
resetKeyHandler(client: sender)
}
} }
// MARK: - State Handling // MARK: - State Handling