ctlIME // Update comments.

This commit is contained in:
ShikiSuen 2022-06-22 13:51:04 +08:00
parent bc428f2b04
commit f4e685ad15
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ class ctlInputMethod: IMKInputController {
/// ///
/// macOS /// macOS
if client().bundleIdentifier() != Bundle.main.bundleIdentifier { if client().bundleIdentifier() != Bundle.main.bundleIdentifier {
// Override the keyboard layout to the basic one. // 使
setKeyLayout() setKeyLayout()
handle(state: .Empty()) handle(state: .Empty())
} // } //
@ -143,7 +143,7 @@ class ctlInputMethod: IMKInputController {
/// ///
/// macOS /// macOS
if client().bundleIdentifier() != Bundle.main.bundleIdentifier { if client().bundleIdentifier() != Bundle.main.bundleIdentifier {
// Remember to override the keyboard layout again -- treat this as an activate event. // 使
setKeyLayout() setKeyLayout()
handle(state: .Empty()) handle(state: .Empty())
} // } //