主要是修改输入方案,如我使用的是小鹤双拼,那么就修改用户文件夹内的double_pinyin_flypy.schema.yaml文件.
找到switcher这:
switches:- name: ascii_modereset: 0states: [ 中文, 西文 ]- name: full_shapestates: [ 半角, 全角 ]- name: simplificationstates: [ 漢字, 汉字 ]- name: ascii_punctstates: [ 。,, ., ]
添加一个reset选项,改为:
switches:- name: ascii_modereset: 0states: [ 中文, 西文 ]- name: full_shapestates: [ 半角, 全角 ]- name: simplificationreset: 1states: [ 漢字, 汉字 ]- name: ascii_punctstates: [ 。,, ., ]
最后重新部署一下就好了
