1# Rime schema
2# encoding: utf-8
3
4__include: luna_pinyin.schema:/
5
6schema:
7  schema_id: luna_pinyin_simp
8  name: 朙月拼音·简化字
9  version: "0.22"
10  author:
11    - 佛振 <chen.sst@gmail.com>
12  description: |
13    朙月拼音,簡化字輸出模式。
14
15switches:
16  - name: ascii_mode
17    reset: 0
18    states: [ 中文, 西文 ]
19  - name: full_shape
20    states: [ 半角, 全角 ]
21  - name: zh_simp
22    reset: 1
23    states: [ 漢字, 汉字 ]
24  - name: ascii_punct
25    states: [ 。,, ., ]
26
27translator:
28  prism: luna_pinyin_simp
29
30simplifier:
31  option_name: zh_simp
32
33key_binder:
34  bindings/+:
35    - { when: always, accept: Control+Shift+4, toggle: zh_simp }
36    - { when: always, accept: Control+Shift+dollar, toggle: zh_simp }
37