ctlIME // Add some comments of complaints regarding IMK.

This commit is contained in:
ShikiSuen 2022-08-13 22:17:18 +08:00
parent 22419d9761
commit 7342e03dae
1 changed files with 8 additions and 1 deletions

View File

@ -267,6 +267,8 @@ class ctlInputMethod: IMKInputController {
resetKeyHandler() resetKeyHandler()
} }
// MARK: - IMKCandidates
/// IMK /// IMK
/// - Parameter sender: 使 /// - Parameter sender: 使
/// - Returns: IMK /// - Returns: IMK
@ -306,7 +308,12 @@ class ctlInputMethod: IMKInputController {
} }
override open func candidateSelectionChanged(_: NSAttributedString!) { override open func candidateSelectionChanged(_: NSAttributedString!) {
// //
// ctlCandidateIMK identifier
// NSNotFound NSLog identifier
// console ips
// candidateSelected() identifier NSNotFound
// IMK 西
} }
override open func candidateSelected(_ candidateString: NSAttributedString!) { override open func candidateSelected(_ candidateString: NSAttributedString!) {