Leon0824 / rimeime

Automatically exported from code.google.com/p/rimeime
0 stars 0 forks source link

五筆輸入法無法四碼自動上屏 #691

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
請寫下能夠重現此狀況的操作步驟:
1.關閉碼表輸入法連打
2.輸入法改成五筆
3.打詞組,比如“體育館”是wyqn,這四碼只有這一個詞組。

所得的結果是這個樣:詞組無法自動上屏,需要按空格或手��
�選擇後才能上屏
預期結果該是那個樣:“體育館”詞組自動上屏。如果四碼��
�多個詞組,在鍵入下個字的時候,第一個詞組自動上屏。

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

1. 輸入法的款式:小狼毫
   輸入法版本號:0.9.30

2. 操作系統類型:Windows
   操作系統版本:Windows 7 x64 Pro

3. 
輸入方案名稱:對於一部分老的五筆用戶有些影響,不能流��
�的輸入

還想再說幾句:小狼加油

Original issue reported on code.google.com by glw...@gmail.com on 18 Feb 2015 at 6:16

GoogleCodeExporter commented 9 years ago
最新版本支持三種自動上屏的觸發條件:
一是候選唯一,二是達到最大碼長,三是對編碼串做模式匹��
�。
這裏需要的是第二種情況,固定碼長爲 4。

{{{
patch:
  speller/max_code_length: 4
  speller/auto_select: true
}}}

在更新日誌中的說明爲:
若有 speller/auto_select: true,則選項 speller/max_code_length: 
限定第N碼無重碼自動上屏

若只設置 speller/max_code_length: 4,則實現 4 碼頂字上屏。

Original comment by chen....@gmail.com on 28 Feb 2015 at 5:39

GoogleCodeExporter commented 9 years ago
注意:開啓自動上屏或頂字上屏,則無法在中文狀態下直接��
�入英文或網址。

Original comment by chen....@gmail.com on 28 Feb 2015 at 5:44

GoogleCodeExporter commented 9 years ago
Got, thx

Original comment by glw...@gmail.com on 28 Feb 2015 at 3:43