经典极简 Rime 配置

From 清冽之泉
Jump to navigation Jump to search

Rime 是一款极致的开源输入法,有非常丰富的可定制细节,没有任何广告,输入体验舒服到近乎无知觉。Windows、Linux、MacOS、安卓等全平台适用。还你一个没有干扰、全然自主的输入法。

以下是一些对 Rime 输入法仓颉输入方案的定制,实现效果为:

  • 平均三键就能打出任何字,很少选字、翻页,省手省心
  • 再也不会忘记一个字长啥样,延续文化血脉
  • 比五笔能打的字多得多,专业级输入
  • 可定制学科词汇,简便键入
  • 比双拼对英文更友好
  • 格局、配色全凭自主
  • 和错別字说拜拜
  • 错码一键取消
  • 可以闭眼打字
  • 隐私无忧

让打字变成一种享受,让文字的力量在指间流淌!一起感受文字中蕴藏的秘密!

cangjie5.custom.yaml

 1# cangjie5.custom.yaml
 2# utf-8
 3# unix
 4
 5patch:
 6  translator/preedit_format:
 7    - xform/.//
 8  translator/comment_format:
 9    - xform/.//
10  translator/enable_encoder: false
11  translator/encode_commit_history: false
12  translator/enable_completion: false
13  translator/sentence_over_completion: false
14  translator/enable_sentence: false
15  translator/enable_user_dict: false
16  translator/max_phrase_length: 1
17  translator/dictionary: qing5personal
18  abc_segmentor/extra_tags: {}
19  filters/single_char_filter: true
20  simplifier/tips: none
21  punctuator/full_shape:
22      "@": "@"
23      "#": "#"
24      "$": "$"
25      "%": "%"
26      "*": "*"
27      "{": "{"
28      "}": "}"
29      "=": "="
30  punctuator/half_shape:
31      "@": "@"
32      "#": "#"
33      "$": "$"
34      "%": "%"
35      "*": "*"
36      "{": "{"
37      "}": "}"
38      "=": "="
39  "switches/@0/reset":

default.custom.yaml

 1# default.custom.yaml
 2
 3patch:
 4  "key_binder/bindings":
 5    - {accept: comma, send: Escape, when: composing}
 6    - {accept: equal, send: Page_Down, when: composing}
 7    - {accept: minus, send: Page_Up, when: paging}
 8  "menu/page_size": 3
 9  schema_list:
10    - {schema: cangjie5}
11    - {schema: luna_pinyin_simp}
12  "style/font_face": "TW-MOE-Std-Kai"
13  "switcher/hotkeys":
14    - "Control+grave"

qing5personal.dict.yaml

 1# qing5personal.dict.yaml
 2# utf-8
 3# unix line end
 4# 必须tab分割
 5
 6---
 7name: qing5personal
 8version: 0.1
 9import_tables:
10  - cangjie5
11...
12
13# 自
14xahlee.info	kx
15wiki.debian	kx
16
17<syntaxhighlight lang="bash" line>	zdm
18</syntaxhighlight del="sure">	zdm

weasel.custom.yaml

 1# weasel.custom.yaml
 2# 仅适用于 Windows 平台的小狼毫
 3# encoding: utf-8
 4
 5patch: 
 6  style:
 7    color_scheme: aqua
 8    font_face: Microsoft YaHei
 9    font_point: 14
10    horizontal: false
11    fullscreen: false
12    inline_preedit: false
13    preedit_type: composition
14    display_tray_icon: false
15    label_format: "%s."
16    layout:
17      min_width: 1
18      min_height: 0
19      border_width: 3
20      margin_x: 12
21      margin_y: 12
22      spacing: 10
23      candidate_spacing: 5
24      hilite_spacing: 4
25      hilite_padding: 2
26      round_corner: 4