daipeihust/im-select

one way to change ascii_mode for fcitx5-rime(not im) [一种切换rime中英文模式的方法,而不是切换输入法]

Closed this issue · 1 comments

system: arch linux
input tool: fcitx5+rime

reference: fcitx/fcitx5-rime#30 (comment)

"vim.autoSwitchInputMethod.enable": true,
"vim.autoSwitchInputMethod.defaultIM": "b true",
"vim.autoSwitchInputMethod.obtainIMCmd": "/usr/bin/busctl call --user org.fcitx.Fcitx5 /rime org.fcitx.Fcitx.Rime1 IsAsciiMode",
"vim.autoSwitchInputMethod.switchIMCmd": "/usr/bin/busctl call --user org.fcitx.Fcitx5 /rime org.fcitx.Fcitx.Rime1 SetAsciiMode {im}",

这个问题我不太清楚 因为我用的不是Linux 看起来是配置有些问题 建议研究一下Linux下切换输入法的方法 readme里也有一些关于Linux配置的教程 可以参考