This file is indexed.

/usr/share/rime-data/default.yaml is in librime-data 0.22-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Rime default settings
# vim: set sw=2 sts=2 et:
# encoding: utf-8

config_version: "0.13"

schema_list:
  - schema: luna_pinyin
  - schema: cangjie5
  - schema: luna_pinyin_fluency
  - schema: luna_pinyin_simp

switcher:
  caption: 〔方案選單〕
  hotkeys:
    - Control+grave
    - Control+Shift+grave
    - F4
  save_options:
    - full_shape
    - simplification
    - extended_charset

menu:
  page_size: 5

punctuator:
  full_shape:
    " " : { commit: " " }
    "," : { commit: , }
    "." : { commit: 。 }
    "<" : [ 《, 〈, «, ‹ ]
    ">" : [ 》, 〉, », › ]
    "/" : [ /, "/", ÷ ]
    "?" : { commit: ? }
    ";" : { commit: ; }
    ":" : :
    "'" : { pair: [ "‘", "’" ] }
    "\"" : { pair: [ "“", "”" ] }
    "\\" : [ 、, \, "\\" ]
    "|" : [ ・, |, "|", "§", "¦" ]
    "`" : [ `, "`" ]
    "~" : [ 〜, "~", ~, 〰 ]
    "!" : { commit: ! }
    "@" : [ @, "@", ☯ ]
    "#" : [ #, "#", ⌘ ]
    "%" : [ %, "%", "°", "℃" ]
    "$" : [ ¥, "$", "€", "£", "¥", "¢", "¤" ]
    "^" : { commit: …… }
    "&" : [ &, "&" ]
    "*" : [ *, "*", ・, ×, ※, ❂, · ]
    "(" : (
    ")" : )
    "-" : [ -, "-" ]
    "_" : ——
    "+" : [ +, "+" ]
    "=" : [ =, "=" ]
    "[" : [ 「, 【, 〔, [ ]
    "]" : [ 」, 】, 〕, ] ]
    "{" : [ 『, 〖, { ]
    "}" : [ 』, 〗, } ]
  half_shape:
    "," : { commit: , }
    "." : { commit: 。 }
    "<" : [ 《, 〈, «, ‹ ]
    ">" : [ 》, 〉, », › ]
    "/" : [ 、, "/", /, ÷ ]
    "?" : { commit: ? }
    ";" : { commit: ; }
    ":" : :
    "'" : { pair: [ "‘", "’" ] }
    "\"" : { pair: [ "“", "”" ] }
    "\\" : [ 、, "\\", \ ]
    "|" : [ ・, "|", |, "§", "¦" ]
    "`" : "`"
    "~" : [ "~", 〜, ~, 〰 ]
    "!" : { commit: ! }
    "@" : "@"
    "#" : "#"
    "%" : [ "%", %, "°", "℃" ]
    "$" : [ ¥, "$", "€", "£", "¥", "¢", "¤" ]
    "^" : { commit: …… }
    "&" : "&"
    "*" : [ "*", *, ・, ×, ※, ❂, · ]
    "(" : (
    ")" : )
    "-" : "-"
    "_" : ——
    "+" : "+"
    "=" : "="
    "[" : [ 「, 【, 〔, [ ]
    "]" : [ 」, 】, 〕,  ] ]
    "{" : [ 『, 〖, { ]
    "}" : [ 』, 〗, } ]

key_binder:
  bindings:
    # Emacs style
    - { when: composing, accept: Control+p, send: Up }
    - { when: composing, accept: Control+n, send: Down }
    - { when: composing, accept: Control+b, send: Left }
    - { when: composing, accept: Control+f, send: Right }
    - { when: composing, accept: Control+a, send: Home }
    - { when: composing, accept: Control+e, send: End }
    - { when: composing, accept: Control+d, send: Delete }
    - { when: composing, accept: Control+k, send: Shift+Delete }
    - { when: composing, accept: Control+g, send: Escape }
    - { when: composing, accept: Alt+v, send: Page_Up }
    - { when: composing, accept: Control+v, send: Page_Down }
    # commonly used paging keys
    - { when: composing, accept: ISO_Left_Tab, send: Page_Up }
    - { when: composing, accept: Shift+Tab, send: Page_Up }
    - { when: composing, accept: Tab, send: Page_Down }
    - { when: paging, accept: minus, send: Page_Up }
    - { when: has_menu, accept: equal, send: Page_Down }
    - { when: paging, accept: comma, send: Page_Up }
    - { when: has_menu, accept: period, send: Page_Down }

recognizer:
  patterns:
    email: "^[a-z][-_.0-9a-z]*@.*$"
    uppercase: "[A-Z][-_+.'0-9A-Za-z]*$"
    url: "^(www[.]|https?:|ftp:|mailto:).*$|^[a-z]+[.].+$"

ascii_composer:
  switch_key:
    Shift_L: inline_ascii
    Shift_R: commit_text
    Control_L: noop
    Control_R: noop