forked from DreamAfar/Rime-IME-for-iOS-iRime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Qiao_pinyin.custom.yaml
105 lines (100 loc) · 3.09 KB
/
Qiao_pinyin.custom.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Rime schema
# encoding: utf-8
#这是输入方案修改定制文件
patch:
# # 加載 easy_en 依賴
# "schema/dependencies/@next": easy_en
# # 載入翻譯英文的碼表翻譯器,取名爲 english
# "engine/translators/@next": table_translator@english
# # english 翻譯器的設定項
# english:
# dictionary: easy_en
# spelling_hints: 1
# enable_completion: false
# enable_sentence: false
# initial_quality: 1
style:
theme_name: Qiao
# 自定义符号上屏
punctuator:
import_preset: symbols
symbols:
"/fs": [½, ‰, ¼, ⅓, ⅔, ¾, ⅒ ]
"/bq": [😂️, 😅️, ☺️, 😱️, 😭️, 😇️, 🙃️, 🤔️, 💊️, 💯️, 👍️, 🙈️, 💩️, 😈️ ]
"/dn": [⌘, ⌥, ⇧, ⌃, ⎋, ⇪, , ⌫, ⌦, ↩︎, ⏎, ↑, ↓, ←, →, ↖, ↘, ⇟, ⇞]
"/fh": [ ©, ®, ℗, ⓘ, ℠, ™, ℡, ␡, ♂, ♀, ☉, ☊, ☋, ☌, ☍, ☐, ☑︎, ☒, ☜, ☝, ☞, ☟, ✎, ✄, ♻, ⚐, ⚑, ⚠]
"/xh": [ *, ×, ✱, ★, ☆, ✩, ✧, ❋, ❊, ❉, ❈, ❅, ✿, ✲]
full_shape:
"`": "`"
"~": "~"
"!": "!"
"@": "@"
"#": "#"
"$": "¥"
"%": "%"
"^": "……"
"&": "&"
"*": "*"
"(": "("
")": ")"
"_": "——"
"+": "+"
"-": "-"
"=": "="
"[": "【"
"]": "】"
"{": "{"
"}": "}"
"|": "|"
"\\": "、"
"/": [ /, ÷ ]
";": ";"
"'": "‘"
",": ","
".": "。"
"<": "《"
">": "》"
"?": "?"
half_shape:
"`": "·"
"~": "~"
"!": "!"
"@": "@"
"#": "#"
"$": "¥"
"%": "%"
"^": "……"
"&": "&"
"*": "*"
"(": "("
")": ")"
"_": "——"
"+": "+"
"-": "-"
"=": "="
"[": "【"
"]": "】"
"{": "{"
"}": "}"
"|": "|"
"\\": "、"
"/": [ /, ÷ ]
";": ";"
"'": "’"
",": ","
".": "。"
"<": "《"
">": "》"
"?": "?"
"key_binder/bindings": # 设置哪些键可以翻页,需要哪个取消注释即可
# 自定义
# - {accept: "~", send: "Shift+Right", when: has_menu}
# - {accept: "'", send: "Shift+Delete", when: has_menu}
# - {accept: "^", send: "Down", when: has_menu}
- { when: always, accept: Control+Shift+4, toggle: zh_simp }
- { when: always, accept: Control+Shift+dollar, toggle: zh_simp }
- { when: always, accept: "F5", toggle: zh_simp }
# - { when: has_menu, accept: "#", toggle: emoji_suggestion } # 在输入过程中,切换Emoji开关的快捷键,这里用#号切换
- { when: has_menu, accept: "F6", toggle: emoji_suggestion } # window10在输入过程中,用F6快捷键,切换Emoji开关
- { when: has_menu, accept: "_", toggle: English } # 在输入过程中,切换English滤镜开关的快捷键,这里用_号切换
- { when: has_menu, accept: "F7", toggle: English } # window10在输入过程中,用F6快捷键,切换English开关