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 48f7126 commit b0c4e06Copy full SHA for b0c4e06
docs/im/rime.md
@@ -106,6 +106,25 @@ patch:
106
/Library/Input\ Methods/Fcitx5.app/Contents/bin/fcitx5-curl /config/addon/rime/sync -X POST -d '{}'
107
```
108
109
+## 常见问题
110
+### 为什么总是进入 A 模式出不来,`Shift_L` 会在 en 和 A 之间反复切换
111
+很可能是在 Rime 的中文状态下误触了 `Shift_R`,在 A 模式下再敲一次 `Shift_R` 即可恢复。
112
+`Shift_R` 的切换行为是 Rime 默认提供的(请查阅共享目录的 `default.yaml`)。
113
+若要禁用,请在用户目录的 `default.custom.yaml` 中打 patch,例如
114
+
115
+```yaml
116
+patch:
117
+ ascii_composer:
118
+ good_old_caps_lock: true
119
+ switch_key:
120
+ Shift_L: inline_ascii
121
+ # Shift_R: commit_text
122
+ Control_L: noop
123
+ Control_R: noop
124
+ Caps_Lock: clear
125
+ Eisu_toggle: clear
126
+```
127
128
## 友情链接
129
感谢以下方案对小企鹅 macOS 版的认可。
130
我们将继续加强与 Rime 社区的合作,为定制用户提供更好的输入体验。
0 commit comments