如何实现上屏原始输入而不切换成英文 #791
Answered
by
lotem
xiaoxiong23333
asked this question in
Q&A
如何实现上屏原始输入而不切换成英文
#791
-
查看文档 ascii_composer/switch_key 接受 inline_ascii commit_text commit_code 这三个值,然而后两个都会切换成英文,第一个是还要再按enter 才能上屏. |
Beta Was this translation helpful? Give feedback.
Answered by
lotem
May 15, 2021
Replies: 2 comments 1 reply
-
按回車鍵上屏按鍵字符序列 Shift默認的功能是切換輸入狀態,上屏未完成的輸入或編碼是切換時的副作用 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LEOYoon-Tsaw
-
在Linux 下可以这样操作:在 fcitx 的设置中只保留 rime 一个输入法,或者更改 fcitx 中切换输入法的快捷键,不要让 fcitx 在按下左 shift 时切换输入法。这样rime才能接管左 shift 按键。然后用网上给的一般配置即可: patch:
ascii_composer:
switch_key:
Shift_L: commit_code
Shift_R: commit_code 这样当按下左 shift 时,rime 会将输入的西文上屏并切换至英文模式。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
按回車鍵上屏按鍵字符序列
Shift默認的功能是切換輸入狀態,上屏未完成的輸入或編碼是切換時的副作用