diff --git a/Source/InputMethodController.mm b/Source/InputMethodController.mm index 9961970b..26932d2e 100644 --- a/Source/InputMethodController.mm +++ b/Source/InputMethodController.mm @@ -235,6 +235,9 @@ public: _bpmfReadingBuffer->setKeyboardLayout(BopomofoKeyboardLayout::StandardLayout()); [[NSUserDefaults standardUserDefaults] setInteger:0 forKey:kKeyboardLayoutPreferenceKey]; } + if (keyboardLayout < 4) { + [client overrideKeyboardWithKeyboardNamed:@"com.apple.keylayout.US"]; + } // set the size NSInteger textSize = [[NSUserDefaults standardUserDefaults] integerForKey:kCandidateListTextSizeKey];