We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdddc56 commit de920b5Copy full SHA for de920b5
src/lib/fcitx/instance.cpp
@@ -869,6 +869,8 @@ Instance::Instance(int argc, char **argv) {
869
if (!keyEvent.isRelease() &&
870
keyEvent.key().checkKeyList(
871
d->globalConfig_.togglePreeditKeys())) {
872
+ // Clear client preedit on disable.
873
+ ic->reset();
874
ic->setEnablePreedit(!ic->isPreeditEnabled());
875
if (d->notifications_) {
876
d->notifications_->call<INotifications::showTip>(
0 commit comments