Rime 输入方案: 常用开关选项

pimgeek2025年03月23日 20:57

# Rime schema settings
# encoding: utf-8

schema:
  schema_id: mvp
  name: 最小可行方案
  author: pimgeek
  version: "0.0.1"
  description: |
    最小可行自定义输入方案 (逐步迭代)

# 选项开关
# reset: 默认状态。注释掉后,切换窗口时不会重置到默认状态。
# states: 方案选单显示的名称。可以注释掉,仍可以通过快捷键切换。
switches:
  - name: ascii_mode
    states: [ 🈭, 🔤 ]
		# reset: 0
  - name: full_shape
    states: [  半角,  全角 ]
    reset: 0





创建日期: 2025年03月08日 18:29