Skip to content

Commit

Permalink
Merge pull request #52 from amorphobia/bmms
Browse files Browse the repository at this point in the history
chore: 删除无用的 bmms
  • Loading branch information
reaink committed Jun 3, 2023
2 parents 11b41cc + 838abe6 commit 865446a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 54 deletions.
11 changes: 0 additions & 11 deletions Tools/SystemTools/rime/Android/xkjd6.schema.yaml
Expand Up @@ -166,7 +166,6 @@ engine:
- uniquifier
- simplifier@emoji_cn
- simplifier@simplification
- simplifier@bmms
- simplifier@EN2en
- lua_filter@xkjd6_filter
- reverse_lookup_filter@danzi_lookup
Expand Down Expand Up @@ -212,15 +211,6 @@ simplification:
opencc_config: s2tw.json
option_name: simplification


bmms:
opencc_config: pinyin.json
option_name: bmms
show_in_comment: true
comment_format:
- xform/'/ /


custom_phrase:
dictionary: ""
user_dict: user_dict
Expand Down Expand Up @@ -251,7 +241,6 @@ key_binder:
- {accept: equal, send: Page_Down, when: has_menu}
# - { when: has_menu, accept: "'", send: 2 }
- { when: has_menu, accept: "&", toggle: emoji_cn}
- { when: has_menu, accept: "^", toggle: bmms}


recognizer:
Expand Down
9 changes: 0 additions & 9 deletions Tools/SystemTools/rime/Linux/xkjd6.schema.yaml
Expand Up @@ -145,7 +145,6 @@ engine:
- uniquifier
- simplifier@emoji_cn
- simplifier@jffh
- simplifier@bmms
- simplifier@EN2en
- reverse_lookup_filter@danzi_lookup
- lua_filter@xkjd6_filter
Expand Down Expand Up @@ -185,13 +184,6 @@ jffh:
opencc_config: s2tw.json
option_name: jffh

bmms:
opencc_config: pinyin.json
option_name: bmms
show_in_comment: true
comment_format:
- xform/'/ /

danzi_lookup:
dictionary: xkjd6.extended
tags: [ danzi_lookup ]
Expand Down Expand Up @@ -224,7 +216,6 @@ key_binder:
- { when: always, accept: F7, toggle: jffh }
- { when: has_menu, accept: "'", send: 2 }
- { when: has_menu, accept: "&", toggle: emoji_cn}
- { when: has_menu, accept: "^", toggle: bmms}

recognizer:
import_preset: default
Expand Down
13 changes: 1 addition & 12 deletions Tools/SystemTools/rime/Mac/xkjd6.schema.yaml
@@ -1,4 +1,4 @@
# Rime schema settings
# Rime schema settings
# encoding: utf-8

schema:
Expand Down Expand Up @@ -161,7 +161,6 @@ engine:
filters:
- simplifier@emoji_cn
- simplifier@jffh
- simplifier@bmms
- simplifier@EN2en
- uniquifier
- reverse_lookup_filter@danzi_lookup
Expand Down Expand Up @@ -208,15 +207,6 @@ jffh:
opencc_config: s2t.json
option_name: jffh


bmms:
opencc_config: pinyin.json
option_name: bmms
show_in_comment: true
comment_format:
- "xform/'/ /"


danzi_lookup:
dictionary: xkjd6.extended
tags: [ danzi_lookup ]
Expand Down Expand Up @@ -248,7 +238,6 @@ key_binder:
- { when: always, accept: F7, toggle: jffh }
# - { when: has_menu, accept: "'", send: 2 }
- { when: has_menu, accept: "&", toggle: emoji_cn}
- { when: has_menu, accept: "^", toggle: bmms}


recognizer:
Expand Down
13 changes: 1 addition & 12 deletions Tools/SystemTools/rime/Windows/xkjd6.schema.yaml
@@ -1,4 +1,4 @@
# Rime schema settings
# Rime schema settings
# encoding: utf-8

schema:
Expand Down Expand Up @@ -160,7 +160,6 @@ engine:
- uniquifier
- simplifier@emoji_cn
- simplifier@jffh
- simplifier@bmms
- simplifier@EN2en
# - lua_filter@hint_filter
- lua_filter@xkjd6_filter
Expand Down Expand Up @@ -208,15 +207,6 @@ EN2en:
opencc_config: EN2en.json
option_name: EN2en


bmms:
opencc_config: pinyin.json
option_name: bmms
show_in_comment: true
comment_format:
- xform/'/ /


danzi_lookup:
dictionary: xkjd6.extended
tags: [ danzi_lookup ]
Expand Down Expand Up @@ -255,7 +245,6 @@ key_binder:
- { when: always, accept: F7, toggle: jffh }
# - { when: has_menu, accept: "'", send: 2 }
- { when: has_menu, accept: "&", toggle: emoji_cn}
- { when: has_menu, accept: "^", toggle: bmms}


recognizer:
Expand Down
11 changes: 1 addition & 10 deletions Tools/SystemTools/rime/xkjd6.schema.yaml
@@ -1,4 +1,4 @@
# Rime schema settings
# Rime schema settings
# encoding: utf-8

schema:
Expand Down Expand Up @@ -145,7 +145,6 @@ engine:
- uniquifier
- simplifier@emoji_cn
- simplifier@jffh
- simplifier@bmms
- simplifier@EN2en
- reverse_lookup_filter@danzi_lookup
- lua_filter@xkjd6_filter
Expand Down Expand Up @@ -185,13 +184,6 @@ jffh:
opencc_config: s2tw.json
option_name: jffh

bmms:
opencc_config: pinyin.json
option_name: bmms
show_in_comment: true
comment_format:
- xform/'/ /

danzi_lookup:
dictionary: xkjd6.extended
tags: [ danzi_lookup ]
Expand Down Expand Up @@ -224,7 +216,6 @@ key_binder:
- { when: always, accept: F7, toggle: jffh }
- { when: has_menu, accept: "'", send: 2 }
- { when: has_menu, accept: "&", toggle: emoji_cn}
- { when: has_menu, accept: "^", toggle: bmms}

recognizer:
import_preset: default
Expand Down

0 comments on commit 865446a

Please sign in to comment.