Reset // Let IME farts again when necessary.

This commit is contained in:
ShikiSuen 2022-02-09 23:01:58 +08:00
parent eecf835bd9
commit 53c1bd0951
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class ctlInputMethod: IMKInputController {
let result = keyHandler.handle(input: input, state: state) { newState in
self.handle(state: newState, client: client)
} errorCallback: {
NSSound.beep()
clsSFX.beep()
}
return result
}