lotem / rimeime

Legacy codebase of Rime, automatically exported from code.google.com/p/rimeime
49 stars 23 forks source link

双拼怎么不起效? #592

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
patch:
  switches:
    - name: ascii_mode
      reset: 0
      states: [ 中文, 西文 ]
    - name: full_shape
      states: [ 半角, 全角 ]
    - name: ascii_punct
      states: [ ,。, ,. ]
    - name: simplification
      reset: 1
      states: [ 漢字, 汉字 ]

#  'speller/algebra':
#    - erase/^xx$/                      # 第一行保留
#    - derive/^([zcs])h/$1/             # zh, ch, sh => z, c, s
#    - derive/^([zcs])([^h])/$1h$2/     # z, c, s => zh, ch, sh
#    - derive/([ei])n$/$1ng/           # en => eng, in => ing 
#    - derive/([ei])ng$/$1n/            # eng => en, ing => in

  "key_binder/bindings":
    - { when: has_menu, accept: semicolon, send: 2 }
    - { when: has_menu, accept: apostrophe, send: 3 }  
为啥去掉井号后不能模糊音?我记得之前都是可以的啊,是��
�是我版本问题?
所得的結果是這個樣:
預期結果該是那個樣:

請提供以下信息,幫我們定位問題。

1. 輸入法的款式:鼠鬚管
   輸入法版本號:0.9.25

2. 操作系統類型:Mac
   操作系統版本:10.9.2

3. 輸入方案名稱:小鹤双拼

還想再說幾句:

Original issue reported on code.google.com by liangd...@gmail.com on 4 May 2014 at 6:07

GoogleCodeExporter commented 9 years ago
沒有在speller/algebra定義雙拼規則。

Original comment by chen....@gmail.com on 4 May 2014 at 7:59