Last active
December 14, 2024 06:22
-
-
Save Knovour/350cabad17d51adaa5085b14ff825f36 to your computer and use it in GitHub Desktop.
RIME 注音輸入法 + Dvorak 支援,包含標點符號位置
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
patch: | |
menu/page_size: 10 | |
punctuator/half_shape: | |
"!": {commit: "!"} | |
"\"": {pair: ["“", "”"]} | |
"/": ["/", "/", "÷"] | |
"#": "#" | |
"$": ["¥", "$", "€", "£", "¥", "¢", "¤"] | |
"%": ["%", "%", "°", "℃"] | |
"&": "&" | |
"(": "(" | |
")": ")" | |
"*": ["*", "*", "·", "・", "×", "※", "❂"] | |
"O": [":", ";"] | |
"<": {commit: ","} | |
">": {commit: "。"} | |
"?": "?" | |
"@": "@" | |
"[": ["「", "【", "《", "〔", "["] | |
"\\": ["\\", "\"] | |
"'": "、" | |
"]": ["」", "】", "》", "〕", "]"] | |
"^": {commit: "……"} | |
_: ["——", "-", "-"] | |
"`": "`" | |
"{": ["『", "〖", "〈", "{"] | |
"|": ["·", "|", "|", "§", "¦"] | |
"}": ["』", "〗", "〉", "}"] | |
"~": "~" | |
speller/algebra: | |
- "erase/^xx$/" | |
- "xform/^m(\\d)$/mu$1/" | |
- "xform/^r5$/er5/" | |
- "xform/iu/iou/" | |
- "xform/ui/uei/" | |
- "xform/ong/ung/" | |
- "xform/^yi?/i/" | |
- "xform/^wu?/u/" | |
- "xform/iu/v/" | |
- "xform/^([jqx])u/$1v/" | |
- "xform/([iuv])n/$1en/" | |
- "xform/^zhi?/Z/" | |
- "xform/^chi?/C/" | |
- "xform/^shi?/S/" | |
- "xform/^([zcsr])i/$1/" | |
- "xform/ai/A/" | |
- "xform/ei/I/" | |
- "xform/ao/O/" | |
- "xform/ou/U/" | |
- "xform/ang/K/" | |
- "xform/eng/G/" | |
- "xform/an/M/" | |
- "xform/en/N/" | |
- "xform/er/R/" | |
- "xform/eh/E/" | |
- "xform/([iv])e/$1E/" | |
- "abbrev/^([bpmfdtnlgkhjqxZCSrzcs]).+$/$1/" | |
- "abbrev/^([A-Za-z]+)\\d$/$1/" | |
- "abbrev/^([bpmfdtnlgkhjqxZCSrzcs]).+(\\d)$/$1$2/" | |
- "xlit|bpmfdtnlgkhjqxZCSrzcsiuvaoeEAIOUMNKGR12345|1qaz2wrxfscptd5bgvjmklnh8ue,9yi.0;o/- 6347|" | |
speller/alphabet: "1qaz2wrxfscptd5bgvjmklnh8ue,9yi.0;o/- 6347" | |
speller/delimiter: "'" | |
speller/initials: "1qaz2wrxfscptd5bgvjmklnh8ue,9yi.0;o/-" | |
translator/preedit_format: | |
- "xlit|1qaz2wrxfscptd5bgvjmklnh8ue,9yi.0;o/- 6347'|ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙㄧㄨㄩㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦˉˊˇˋ˙ |" |
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
patch: | |
punctuator/half_shape: | |
"!": {commit: "!"} | |
"\"": {pair: ["“", "”"]} | |
"#": "#" | |
"$": ["¥", "$", "€", "£", "¥", "¢", "¤"] | |
"%": ["%", "%", "°", "℃"] | |
"&": "&" | |
"(": "(" | |
")": ")" | |
"*": ["*", "*", "·", "・", "×", "※", "❂"] | |
"S": [":", ";"] | |
"W": {commit: ","} | |
"V": {commit: "。"} | |
"Z": ["?", "/", "/", "÷"] | |
"@": "@" | |
"/": ["「", "【", "《", "〔", "["] | |
"\\": ["\\", "\"] | |
"-": "、" | |
"=": ["」", "】", "》", "〕", "]"] | |
"^": {commit: "……"} | |
_: ["——", "-", "-"] | |
"`": "`" | |
"?": ["『", "〖", "〈", "{"] | |
"|": ["·", "|", "|", "§", "¦"] | |
"+": ["』", "〗", "〉", "}"] | |
"~": "~" | |
speller/algebra: | |
- "erase/^xx$/" | |
- "xform/^m(\\d)$/mu$1/" | |
- "xform/^r5$/er5/" | |
- "xform/iu/iou/" | |
- "xform/ui/uei/" | |
- "xform/ong/ung/" | |
- "xform/^yi?/i/" | |
- "xform/^wu?/u/" | |
- "xform/iu/v/" | |
- "xform/^([jqx])u/$1v/" | |
- "xform/([iuv])n/$1en/" | |
- "xform/^zhi?/Z/" | |
- "xform/^chi?/C/" | |
- "xform/^shi?/S/" | |
- "xform/^([zcsr])i/$1/" | |
- "xform/ai/A/" | |
- "xform/ei/I/" | |
- "xform/ao/O/" | |
- "xform/ou/U/" | |
- "xform/ang/K/" | |
- "xform/eng/G/" | |
- "xform/an/M/" | |
- "xform/en/N/" | |
- "xform/er/R/" | |
- "xform/eh/E/" | |
- "xform/([iv])e/$1E/" | |
- "abbrev/^([bpmfdtnlgkhjqxZCSrzcs]).+$/$1/" | |
- "abbrev/^([A-Za-z]+)\\d$/$1/" | |
- "abbrev/^([bpmfdtnlgkhjqxZCSrzcs]).+(\\d)$/$1$2/" | |
- "xlit|bpmfdtnlgkhjqxZCSrzcsiuvaoeEAIOUMNKGR12345|1'a;2,oq.ejpuk5yixfdbghm8ctw9rnv0lsz[ 6347|" | |
speller/alphabet: "1'a;2,oq.ejpuk5yixfdbghm8ctw9rnv0lsz[ 6347" | |
speller/delimiter: "-" | |
speller/initials: "1'a;2,oq.ejpuk5yixfdbghm8ctw9rnv0lsz[" | |
translator/preedit_format: | |
- "xlit|1'a;2,oq.ejpuk5yixfdbghm8ctw9rnv0lsz[ 6347-|ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙㄧㄨㄩㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦˉˊˇˋ˙ |" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
將該檔案放在 RIME 輸入法的主資料夾裡(build 資料夾外面,把中間的名稱改成 custom)
修改內容