Skip to content

Commit

Permalink
fix #106
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuwei committed May 17, 2021
1 parent 3371443 commit 2e949e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/InputController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ - (void)_updateComposedBuffer:(NSAttributedString *)candidateString {
}

- (void)activateServer:(id)sender {
[sender overrideKeyboardWithKeyboardNamed:@"com.apple.keylayout.US"];

if (_annotationWin == nil) {
_annotationWin = [AnnotationWinController sharedController];
}
Expand Down

0 comments on commit 2e949e2

Please sign in to comment.