rime / home

Rime::Home is home to Rime users and developers
https://rime.im
4.23k stars 230 forks source link

注音輸入 shift+( 輸出半形符號,或強制半形符號? #1085

Open selient opened 2 years ago

selient commented 2 years ago

環境 Mac rime_version: 1.7.3

在中文模式下如何 shift+符號 強制輸出全形符號?

試過 control+shift+3 選半形沒有用處 試着定製 mine.yaml 沒有用處

punctuator:
  full_shape:
    "(": { commit: "(" }
    "(": { commit: "(" }
  half_shape:
    "(": { commit: "(" }

謝謝

lotem commented 2 years ago

該符號在這裏定義: https://github.com/rime/rime-bopomofo/blob/master/bopomofo.schema.yaml#L176