Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbxlmdsl committed Mar 12, 2023
2 parents 1930aeb + a64027b commit 8040f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rime_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ RIME_API Bool RimeGetContext(RimeSessionId session_id, RimeContext* context) {
if (schema) {
const string& select_keys(schema->select_keys());
const char c1 = ctx->input()[0];
string sbxlm_select_keys = string(" aeuio");
string sbxlm_select_keys = string("_aeuio");
string replace_select_keys = string(" ");
if (!select_keys.empty()) {
context->menu.select_keys = new char[select_keys.length() + 1];
Expand Down

0 comments on commit 8040f67

Please sign in to comment.