From 2202b62daa16ea81f969acce318f02420769d29b Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 24 Jun 2016 00:57:24 +0800 Subject: [PATCH] Rime custom setting --- miscellanea/default.custom.yaml | 30 ++++++++++++++++++++++++++++++ miscellanea/squirrel.custom.yaml | 25 +++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 miscellanea/default.custom.yaml create mode 100644 miscellanea/squirrel.custom.yaml diff --git a/miscellanea/default.custom.yaml b/miscellanea/default.custom.yaml new file mode 100644 index 0000000..245d473 --- /dev/null +++ b/miscellanea/default.custom.yaml @@ -0,0 +1,30 @@ +# default.custom.yaml +# save it to: +# ~/.config/ibus/rime (linux) +# ~/Library/Rime (macos) +# %APPDATA%\Rime (windows) + +patch: + schema_list: + # - schema: luna_pinyin # 朙月拼音 +# - schema: luna_pinyin_simp # 朙月拼音 简化字模式 +# - schema: luna_pinyin_tw # 朙月拼音 臺灣正體模式 +# - schema: terra_pinyin # 地球拼音 dì qiú pīn yīn +# - schema: bopomofo # 注音 +# - schema: bopomofo_tw # 注音 臺灣正體模式 +# - schema: jyutping # 粵拼 +# - schema: cangjie5 # 倉頡五代 +# - schema: cangjie5_express # 倉頡 快打模式 +# - schema: quick5 # 速成 + - schema: wubi86 # 五笔86 + - schema: wubi_pinyin # 五笔拼音混合輸入 +# - schema: double_pinyin # 自然碼雙拼 +# - schema: double_pinyin_mspy # 微軟雙拼 +# - schema: double_pinyin_abc # 智能ABC雙拼 +# - schema: double_pinyin_flypy # 小鶴雙拼 +# - schema: wugniu # 吳語上海話(新派) +# - schema: wugniu_lopha # 吳語上海話(老派) +# - schema: sampheng # 中古漢語三拼 +# - schema: zyenpheng # 中古漢語全拼 +# - schema: ipa_xsampa # X-SAMPA 國際音標 + - schema: emoji # emoji表情 diff --git a/miscellanea/squirrel.custom.yaml b/miscellanea/squirrel.custom.yaml new file mode 100644 index 0000000..d9b38d6 --- /dev/null +++ b/miscellanea/squirrel.custom.yaml @@ -0,0 +1,25 @@ +# 適用於【鼠鬚管】0.9.13+ +# 位置:~/Library/Rime/squirrel.custom.yaml +# 用法:想要哪項生效,就刪去該行行首的#字符,但注意保留用於縮進的空格 + +patch: +# 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/corner_radius: 10 # 窗口圓角半徑 +# style/border_height: 0 # 窗口邊界高度,大於圓角半徑才有效果 +# style/border_width: 0 # 窗口邊界寬度,大於圓角半徑才有效果 +# style/color_scheme: luna # 選擇配色方案 + +# 註:預設的配色方案及代碼(指定爲 style/color_scheme ) +# 碧水 - aqua +# 青天 - azure +# 明月 - luna +# 墨池 - ink +# 孤寺 - lost_temple +# 暗堂 - dark_temple +# 星際我爭霸 - starcraft +# 谷歌 - google -- 2.11.0