/usr/share/rime-data/array30.schema.yaml is in librime-data-array30 0.35-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 | # Rime schema settings
# encoding: utf-8
schema:
schema_id: array30
name: "行列30"
version: "0.11"
author:
- 發明人 廖明德先生
- Jiehong Ma <ma.jiehong@gmail.com>
description: |
行列輸入法
http://www.array.com.tw/
switches:
- name: ascii_mode
reset: 0
states: [ 中文, 西文 ]
- name: full_shape
states: [ 半角, 全角 ]
- name: simplification
states: [ 漢字, 汉字 ]
- name: extended_charset
states: [ 常用, 增廣 ]
- name: ascii_punct
states: [ 。,, ., ]
engine:
processors:
- ascii_composer
- recognizer
- key_binder
- speller
- punctuator
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- matcher
- abc_segmentor
- punct_segmentor
- fallback_segmentor
translators:
- table_translator
- punct_translator
- reverse_lookup_translator
filters:
- simplifier
- uniquifier
speller:
alphabet: 'abcdefghjiklmnopqrstuvwxyz;,./'
delimiter: " '"
#max_code_length: 5
translator:
dictionary: array30
enable_charset_filter: true
disable_user_dict_for_patterns:
- "^.$" # 單碼不調頻
preedit_format: &format
- 'xform|v|4v|'
- 'xform|q|1^|'
- 'xform|w|2^|'
- 'xform|e|3^|'
- 'xform|r|4^|'
- 'xform|t|5^|'
- 'xform|y|6^|'
- 'xform|u|7^|'
- 'xform|i|8^|'
- 'xform|o|9^|'
- 'xform|p|0^|'
- 'xform|a|1-|'
- 'xform|s|2-|'
- 'xform|d|3-|'
- 'xform|f|4-|'
- 'xform|g|5-|'
- 'xform|h|6-|'
- 'xform|j|7-|'
- 'xform|k|8-|'
- 'xform|l|9-|'
- 'xform|;|0-|'
- 'xform|z|1v|'
- 'xform|x|2v|'
- 'xform|c|3v|'
- 'xform|b|5v|'
- 'xform|n|6v|'
- 'xform|m|7v|'
- 'xform|,|8v|'
- 'xform|\.|9v|'
- 'xform|/|0v|'
- 'xlit|~-^v|~‐↑↓|'
comment_format: *format
abc_segmentor:
extra_tags:
- reverse_lookup
reverse_lookup:
dictionary: luna_pinyin
prefix: "`"
suffix: "'"
tips: 〔拼音〕
preedit_format:
- xform/([nl])v/$1ü/
- xform/([nl])ue/$1üe/
- xform/([jqxy])v/$1u/
comment_format: *format
punctuator:
import_preset: default
key_binder:
import_preset: default
bindings:
- { when: paging, accept: comma, send: comma }
- { when: has_menu, accept: period, send: period }
recognizer:
patterns:
email: "^[a-z][-_.0-9a-z]*@.*$"
uppercase: "[A-Z][-_+.'0-9A-Za-z]*$"
url: "^(www[.]|https?:|ftp:|mailto:).*$"
reverse_lookup: "`[a-z]*'?$"
|