From a6f1a0dc4fdb83929205a942d4590b90106e97bc Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 24 Jun 2016 22:47:56 +0800 Subject: [PATCH] Rime - set default input method --- miscellanea/default.custom.yaml | 2 ++ miscellanea/squirrel.custom.yaml | 8 ++++---- miscellanea/wubi_pinyin.custom.schema.yaml | 5 +++++ 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 miscellanea/wubi_pinyin.custom.schema.yaml diff --git a/miscellanea/default.custom.yaml b/miscellanea/default.custom.yaml index a73e22b..da47479 100644 --- a/miscellanea/default.custom.yaml +++ b/miscellanea/default.custom.yaml @@ -14,6 +14,8 @@ patch: Eisu_toggle: clear Shift_L: commit_code Shift_R: commit_code + menu: + page_size: 9 schema_list: # - schema: luna_pinyin # 朙月拼音 # - schema: luna_pinyin_simp # 朙月拼音 简化字模式 diff --git a/miscellanea/squirrel.custom.yaml b/miscellanea/squirrel.custom.yaml index 1bcf110..0502485 100644 --- a/miscellanea/squirrel.custom.yaml +++ b/miscellanea/squirrel.custom.yaml @@ -3,15 +3,15 @@ # 用法:想要哪項生效,就刪去該行行首的#字符,但注意保留用於縮進的空格 patch: - app_options: - org.gnu.Emacs: - ascii_mode: true + app_options: + org.gnu.Emacs: + ascii_mode: true # us_keyboard_layout: true # 鍵盤選項:應用美式鍵盤佈局 # show_notifications_when: growl_is_running # 狀態通知,默認裝有Growl時顯示,也可設爲全開(always)全關(never) # style/horizontal: true # 候選窗横向顯示 # style/inline_preedit: false # 非內嵌編碼行 # style/font_face: "儷黑 Pro" # 我喜歡的字體名稱 - style/font_point: 16 # 字號 + style/font_point: 14 # 字號 # style/corner_radius: 10 # 窗口圓角半徑 # style/border_height: 0 # 窗口邊界高度,大於圓角半徑才有效果 # style/border_width: 0 # 窗口邊界寬度,大於圓角半徑才有效果 diff --git a/miscellanea/wubi_pinyin.custom.schema.yaml b/miscellanea/wubi_pinyin.custom.schema.yaml new file mode 100644 index 0000000..6f12670 --- /dev/null +++ b/miscellanea/wubi_pinyin.custom.schema.yaml @@ -0,0 +1,5 @@ +# wubi_pinyin.custom.schema.yaml + +patch: + "switches/@0/reset": 1 #表示將 switcher 列表中的第一個元素(即 ascii_mode 開關)的初始值重設爲狀態1(即「英文」)。 + -- 2.11.0