ctlIME // Tweak content sequences in init().

This commit is contained in:
ShikiSuen 2022-08-04 20:05:53 +08:00
parent d5f0ed4b6f
commit e545641a15
1 changed files with 1 additions and 2 deletions

View File

@ -84,9 +84,8 @@ class ctlInputMethod: IMKInputController {
super.init(server: server, delegate: delegate, client: inputClient) super.init(server: server, delegate: delegate, client: inputClient)
keyHandler.delegate = self keyHandler.delegate = self
// //
activateServer(inputClient)
keyHandler.ensureParser()
resetKeyHandler() resetKeyHandler()
activateServer(inputClient)
} }
// MARK: - IMKStateSetting // MARK: - IMKStateSetting