From 34fbc4043e780049de7ddf62e1aeb57fa369204b Mon Sep 17 00:00:00 2001 From: ComfyFluffy <24245520+ComfyFluffy@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:18:46 +0800 Subject: [PATCH] use fullwidth 'A' for ascii_mode switches (#482) --- double_pinyin.schema.yaml | 2 +- double_pinyin_abc.schema.yaml | 2 +- double_pinyin_flypy.schema.yaml | 2 +- double_pinyin_mspy.schema.yaml | 2 +- double_pinyin_sogou.schema.yaml | 2 +- double_pinyin_ziguang.schema.yaml | 2 +- rime_ice.schema.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/double_pinyin.schema.yaml b/double_pinyin.schema.yaml index 8a07140..61d2da9 100644 --- a/double_pinyin.schema.yaml +++ b/double_pinyin.schema.yaml @@ -33,7 +33,7 @@ schema: # reset: 默认状态。 注释掉后,切换窗口时不会重置到默认状态。 switches: - name: ascii_mode - states: [ 中, A ] + states: [ 中, A ] reset: 0 - name: ascii_punct # 中英标点 states: [ ¥, $ ] diff --git a/double_pinyin_abc.schema.yaml b/double_pinyin_abc.schema.yaml index fdb41e3..add844f 100644 --- a/double_pinyin_abc.schema.yaml +++ b/double_pinyin_abc.schema.yaml @@ -33,7 +33,7 @@ schema: # reset: 默认状态。 注释掉后,切换窗口时不会重置到默认状态。 switches: - name: ascii_mode - states: [ 中, A ] + states: [ 中, A ] reset: 0 - name: ascii_punct # 中英标点 states: [ ¥, $ ] diff --git a/double_pinyin_flypy.schema.yaml b/double_pinyin_flypy.schema.yaml index 1c9a13a..5143ef8 100644 --- a/double_pinyin_flypy.schema.yaml +++ b/double_pinyin_flypy.schema.yaml @@ -33,7 +33,7 @@ schema: # reset: 默认状态。 注释掉后,切换窗口时不会重置到默认状态。 switches: - name: ascii_mode - states: [ 中, A ] + states: [ 中, A ] reset: 0 - name: ascii_punct # 中英标点 states: [ ¥, $ ] diff --git a/double_pinyin_mspy.schema.yaml b/double_pinyin_mspy.schema.yaml index ae6cf18..540f50c 100644 --- a/double_pinyin_mspy.schema.yaml +++ b/double_pinyin_mspy.schema.yaml @@ -33,7 +33,7 @@ schema: # reset: 默认状态。 注释掉后,切换窗口时不会重置到默认状态。 switches: - name: ascii_mode - states: [ 中, A ] + states: [ 中, A ] reset: 0 - name: ascii_punct # 中英标点 states: [ ¥, $ ] diff --git a/double_pinyin_sogou.schema.yaml b/double_pinyin_sogou.schema.yaml index 1d68738..d7b90d9 100644 --- a/double_pinyin_sogou.schema.yaml +++ b/double_pinyin_sogou.schema.yaml @@ -33,7 +33,7 @@ schema: # reset: 默认状态。 注释掉后,切换窗口时不会重置到默认状态。 switches: - name: ascii_mode - states: [ 中, A ] + states: [ 中, A ] reset: 0 - name: ascii_punct # 中英标点 states: [ ¥, $ ] diff --git a/double_pinyin_ziguang.schema.yaml b/double_pinyin_ziguang.schema.yaml index e3e1f91..ed2babe 100644 --- a/double_pinyin_ziguang.schema.yaml +++ b/double_pinyin_ziguang.schema.yaml @@ -33,7 +33,7 @@ schema: # reset: 默认状态。 注释掉后,切换窗口时不会重置到默认状态。 switches: - name: ascii_mode - states: [ 中, A ] + states: [ 中, A ] reset: 0 - name: ascii_punct # 中英标点 states: [ ¥, $ ] diff --git a/rime_ice.schema.yaml b/rime_ice.schema.yaml index 0531ad3..d99eb26 100644 --- a/rime_ice.schema.yaml +++ b/rime_ice.schema.yaml @@ -23,7 +23,7 @@ schema: # reset: 默认状态。 注释掉后,切换窗口时不会重置到默认状态。 switches: - name: ascii_mode - states: [ 中, A ] + states: [ 中, A ] reset: 0 - name: ascii_punct # 中英标点 states: [ ¥, $ ]