Created
November 23, 2012 03:18
-
-
Save XuQK/4133866 to your computer and use it in GitHub Desktop.
Rime输入法特殊符号输入。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#只弄了我需要的,自己有需求的可以添加,我还另外改了几个标点符号,便于我自己使用 | |
#建议直接复制进你的custom文档。 | |
#欲使用本文件,你需要把文字候选数设置为7个,当然你也可以改变选择特殊符号的按键。 | |
#作者E-mail:[email protected] | |
# Rime specific symbol settings | |
# encoding: utf-8无BOM | |
patch: | |
"punctuator/half_shape": | |
"8" : | |
- "8" | |
- "①" | |
- "②" | |
- "③" | |
- "④" | |
- "⑤" | |
- "⑥" | |
- "⑦" | |
- "⑧" | |
- "⑨" | |
- "⑩" | |
- "Ⅰ" | |
- "Ⅱ" | |
- "Ⅲ" | |
- "Ⅳ" | |
- "Ⅴ" | |
- "Ⅵ" | |
- "Ⅶ" | |
- "Ⅷ" | |
- "Ⅸ" | |
- "Ⅹ" | |
- "Ⅺ" | |
- "Ⅻ" | |
"9" : | |
- "9" | |
- "ぺ" | |
- "α" | |
- "β" | |
- "γ" | |
- "δ" | |
- "ε" | |
- "ζ" | |
- "η" | |
- "θ" | |
- "ι" | |
- "κ" | |
- "λ" | |
- "μ" | |
- "ν" | |
- "ξ" | |
- "ο" | |
- "π" | |
- "ρ" | |
- "σ" | |
- "τ" | |
- "υ" | |
- "φ" | |
- "χ" | |
- "ψ" | |
- "ω" | |
"0" : | |
- "0" | |
- "- -" | |
- "$_$" | |
- "×_×" | |
- "╮( ̄▽  ̄)╭" | |
- "@_@" | |
- "( ̄(工) ̄)" | |
- "T_T" | |
- "╭(╯_╰)╭" | |
- "^(oo)^" | |
- "Orz" | |
- "︶︿︶" | |
- "づ ̄ 3 ̄)づ" | |
"punctuator/full_shape": | |
"8" : | |
- "8" | |
- "①" | |
- "②" | |
- "③" | |
- "④" | |
- "⑤" | |
- "⑥" | |
- "⑦" | |
- "⑧" | |
- "⑨" | |
- "⑩" | |
- "Ⅰ" | |
- "Ⅱ" | |
- "Ⅲ" | |
- "Ⅳ" | |
- "Ⅴ" | |
- "Ⅵ" | |
- "Ⅶ" | |
- "Ⅷ" | |
- "Ⅸ" | |
- "Ⅹ" | |
- "Ⅺ" | |
- "Ⅻ" | |
"9" : | |
- "9" | |
- "ぺ" | |
- "α" | |
- "β" | |
- "γ" | |
- "δ" | |
- "ε" | |
- "ζ" | |
- "η" | |
- "θ" | |
- "ι" | |
- "κ" | |
- "λ" | |
- "μ" | |
- "ν" | |
- "ξ" | |
- "ο" | |
- "π" | |
- "ρ" | |
- "σ" | |
- "τ" | |
- "υ" | |
- "φ" | |
- "χ" | |
- "ψ" | |
- "ω" | |
"0" : | |
- "0" | |
- "- -" | |
- "$_$" | |
- "×_×" | |
- "╮( ̄▽  ̄)╭" | |
- "@_@" | |
- "( ̄(工) ̄)" | |
- "T_T" | |
- "╭(╯_╰)╭" | |
- "^(oo)^" | |
- "Orz" | |
- "︶︿︶" | |
- "づ ̄ 3 ̄)づ" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
是候选小于7个都能用还是必须7个候选才能用?