From 9248c83e11be82846980a2923ce47b614761e42b Mon Sep 17 00:00:00 2001 From: d0zingcat Date: Fri, 14 Mar 2025 18:53:45 +0800 Subject: [PATCH] update gitignore and add customized default Signed-off-by: d0zingcat --- .gitignore | 4 ++-- default.custom.yaml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 default.custom.yaml diff --git a/.gitignore b/.gitignore index 51ae585..2e8c07a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ sync/ *.userdb/ installation.yaml user.yaml -*.custom.yaml +#*.custom.yaml !others/**/*.custom.yaml custom_phrase_double.txt @@ -20,4 +20,4 @@ cn_dicts/temp.txt rime_console rime_deployer -rime_patch \ No newline at end of file +rime_patch diff --git a/default.custom.yaml b/default.custom.yaml new file mode 100644 index 0000000..0f83e48 --- /dev/null +++ b/default.custom.yaml @@ -0,0 +1,8 @@ +patch: + schema_list: + - {schema: rime_ice} + - {schema: double_pinyin_flypy} + "menu/page_size": 10 + # 启用Shift上屏英文并进行中英文切换 + "ascii_composer/switch_key/Shift_L": commit_code + "ascii_composer/switch_key/Shift_R": commit_code