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 7dedf40 commit 9210915Copy full SHA for 9210915
src/cskk.cpp
@@ -402,6 +402,7 @@ void FcitxCskkContext::applyConfig() {
402
auto &config = engine_->config();
403
404
skk_context_set_rule(context_, config.cskkRule->c_str());
405
+ skk_context_set_input_mode(context_, *config.inputMode);
406
skk_context_set_dictionaries(context_, engine_->dictionaries().data(),
407
engine_->dictionaries().size());
408
skk_context_set_period_style(context_, *config.periodStyle);
0 commit comments