2025年11月29日 星期六

RIME 輸入法的設定

 C:\Users\wangjenmin\AppData\Roaming\Rime 資料夾裡的 default.custom.yaml 檔案,加入以下藍色文字,可以關閉 shift 的切換中英文的動作。

customization:
  distribution_code_name: Weasel
  distribution_version: 0.17.4
  generator: "Rime::SwitcherSettings"
  modified_time: "Sat Nov 29 11:12:31 2025"
  rime_version: 1.13.1
patch:
  schema_list:
    - {schema: scj6}
  ascii_composer/switch_key: {
    Caps_Lock: noop, 
    Control_L: noop, 
    Control_R: noop, 
    Eisu_toggle: clear, 
    Shift_L: noop, 
    Shift_R: noop
  }

 

C:\Users\wangjenmin\AppData\Roaming\Rime 資料夾裡的 scj6.schema.yaml ,底下藍色的設定值改為 1 ,可以預設為 英文 模式。

 

# Rime schema settings
# encoding: utf-8

schema:
  schema_id: scj6
  name: 快速倉頡
  version: "0.9"
  author:
    - 麥志洪 <makchehu@netvigator.com>
  description: |
    快速倉頡輸入法第六代
    網址: http://www.scj2000.com
    Copyright (C) 2002-2009 麥志洪 <makchehu@netvigator.com>
    授權方式: GPL version 3
  dependencies:
    - luna_quanpin

switches:
  - name: ascii_mode
    reset: 1
    states: [ 中文, 西文 ]
  - name: full_shape
    states: [ 半角, 全角 ]
  - name: simplification
    states: [ 漢字, 汉字 ]
  - name: ascii_punct
    states: [ 。,, ., ]