Skip to content

Commit

Permalink
!feat(双拼辅码): 移除全拼类别的辅码
Browse files Browse the repository at this point in the history
移除全拼类别的的辅码,释放分号键
  • Loading branch information
Mintimate committed Nov 11, 2024
1 parent 80ad222 commit ec9ede2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
12 changes: 1 addition & 11 deletions rime_mint.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schema:
schema_id: rime_mint
name: 薄荷拼音-全拼输入
version: "24.10.02"
version: "24.11.11"
author:
- mintimate < @Mintimate|https://www.mintimate.cn >
description: |
Expand Down Expand Up @@ -76,7 +76,6 @@ engine:
filters:
- lua_filter@*corrector_filter # 错音错字提示
- lua_filter@*autocap_filter # 英文自动大写
- lua_filter@*auxCode_filter@moqi_aux_code # 墨奇辅助码https://github.com/gaboolic/rime-shuangpin-fuzhuma/wiki/%E5%A2%A8%E5%A5%87%E7%A0%81%E6%8B%86%E5%88%86%E8%A7%84%E5%88%99
- simplifier@emoji_suggestion
- simplifier@transcription_cc
- lua_filter@*reduce_english_filter # 降低部分英语单词在候选项的位置
Expand All @@ -93,15 +92,6 @@ transcription_cc:
# 最大输入长度
codeLengthLimit_processor: 25

axu_code:
# 激活码
trigger_word: "`"
# 展示辅码的模式
# always: 总是展示(默认)
# trigger: 输入激活码后激活辅码
# none: 始终不展示辅码
show_aux_notice: "trigger"

# Emoji模块
emoji_suggestion:
opencc_config: emoji.json
Expand Down
13 changes: 2 additions & 11 deletions rime_mint_flypy.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schema:
schema_id: rime_mint_flypy
name: 薄荷拼音-小鹤混输
version: "24.10.02"
version: "24.11.11"
author:
- mintimate < @Mintimate|https://www.mintimate.cn >
description: |
Expand Down Expand Up @@ -78,7 +78,6 @@ engine:
filters:
- lua_filter@*corrector_filter # 错音错字提示
- lua_filter@*autocap_filter # 英文自动大写
- lua_filter@*auxCode_filter@flypy_full # 小鹤双拼辅码(音形)
- simplifier@emoji_suggestion
- simplifier@transcription_cc
- lua_filter@*reduce_english_filter # 降低部分英语单词在候选项的位置
Expand All @@ -101,14 +100,6 @@ emoji_suggestion:
# 最大输入长度
codeLengthLimit_processor: 25

axu_code:
# 激活码
trigger_word: "`"
# 展示辅码的模式
# always: 总是展示(默认)
# trigger: 输入激活码后激活辅码
# none: 始终不展示辅码
show_aux_notice: "trigger"

# Lua 配置: 降低部分英语单词在候选项的位置。
# 详细介绍 https://dvel.me/posts/make-rime-en-better/#短单词置顶的问题
Expand Down Expand Up @@ -419,4 +410,4 @@ key_binder:
- { when: always, accept: Control+period, toggle: ascii_punct } # 切换中/西文标点
menu:
# 候选词个数
page_size: 6
page_size: 6

0 comments on commit ec9ede2

Please sign in to comment.