Skip to content

Commit 364fb7f

Browse files
committed
feat: remove ascii_composer to disable ascii mdoe
1 parent 81cca4f commit 364fb7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

default.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config_version: '2025-02-24'
1010
schema_list:
1111
# 可以直接删除或注释不需要的方案,对应的 *.schema.yaml 方案文件也可以直接删除
1212
# 除了 t9,它依赖于 rime_ice,用九宫格别删 rime_ice.schema.yaml
13-
- schema: rime_ice # 雾凇拼音(全拼)
13+
- schema: rime_ice # 雾凇拼音(全拼)
1414
# - schema: t9 # 九宫格(仓输入法)
1515
# - schema: double_pinyin # 自然码双拼
1616
# - schema: double_pinyin_abc # 智能 ABC 双拼
@@ -212,10 +212,10 @@ key_binder:
212212
# - { when: always, select: .next, accept: Control+Shift+exclam } # 在最近的两个方案之间切换
213213
# - { when: always, toggle: ascii_mode, accept: Control+Shift+2 } # 切换中英
214214
# - { when: always, toggle: ascii_mode, accept: Control+Shift+at } # 切换中英
215-
- { when: always, toggle: ascii_punct, accept: Control+Shift+3 } # 切换中英标点
216-
- { when: always, toggle: ascii_punct, accept: Control+Shift+numbersign } # 切换中英标点
217-
- { when: always, toggle: traditionalization, accept: Control+Shift+4 } # 切换简繁
218-
- { when: always, toggle: traditionalization, accept: Control+Shift+dollar } # 切换简繁
215+
# - { when: always, toggle: ascii_punct, accept: Control+Shift+3 } # 切换中英标点
216+
# - { when: always, toggle: ascii_punct, accept: Control+Shift+numbersign } # 切换中英标点
217+
# - { when: always, toggle: traditionalization, accept: Control+Shift+4 } # 切换简繁
218+
# - { when: always, toggle: traditionalization, accept: Control+Shift+dollar } # 切换简繁
219219
# - { when: always, toggle: full_shape, accept: Control+Shift+5 } # 切换全半角
220220
# - { when: always, toggle: full_shape, accept: Control+Shift+percent } # 切换全半角
221221

rime_ice.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ switches:
4242
engine:
4343
processors:
4444
- lua_processor@*select_character # 以词定字
45-
- ascii_composer
45+
# - ascii_composer
4646
- recognizer
4747
- key_binder
4848
- speller

0 commit comments

Comments
 (0)