Skip to content

Commit b0c4e06

Browse files
committed
rime: en <-> A
1 parent 48f7126 commit b0c4e06

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/im/rime.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,25 @@ patch:
106106
/Library/Input\ Methods/Fcitx5.app/Contents/bin/fcitx5-curl /config/addon/rime/sync -X POST -d '{}'
107107
```
108108

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+
109128
## 友情链接
110129
感谢以下方案对小企鹅 macOS 版的认可。
111130
我们将继续加强与 Rime 社区的合作,为定制用户提供更好的输入体验。

0 commit comments

Comments
 (0)