Reset // Let IME farts again when necessary.
This commit is contained in:
parent
eecf835bd9
commit
53c1bd0951
|
@ -187,7 +187,7 @@ class ctlInputMethod: IMKInputController {
|
||||||
let result = keyHandler.handle(input: input, state: state) { newState in
|
let result = keyHandler.handle(input: input, state: state) { newState in
|
||||||
self.handle(state: newState, client: client)
|
self.handle(state: newState, client: client)
|
||||||
} errorCallback: {
|
} errorCallback: {
|
||||||
NSSound.beep()
|
clsSFX.beep()
|
||||||
}
|
}
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue