Skip to content
Discussion options

You must be logged in to vote

@rotteegher @Jackson-Nickk

Doesn't fcitx5 have a default keybinding Ctrl+Shift to switch between input methods?
Or if you want helix to automatically switch to English when in normal mode?

For the second case, you can try rebinding the keys for mode switching to also changing the fcitx5 state using fcitx5-remote cli tool.

[keys.normal]
i = [
  # switch to insert mode
  "insert_mode",
  # activate input method (throught shell command)
  # this line is not necessary in case you still want to input English in insert mode
  ":sh fcitx5-remote -o",
  # logging (testing only, should be removed)
  ":sh echo 'to insert mode' >> log.txt"
]
# `I`, `a`, `A`, `o` and `O` are similar.
# You can find t…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@noisetide
Comment options

Answer selected by noisetide
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@noisetide
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants