Kan-Ru Chen

Results 105 issues of Kan-Ru Chen

**Is your feature request related to a problem? Please describe.** ibus-chewing has a workaround that always issue PageDown when handling the space key in selection mode. ```c /* Bug of...

feature

**Is your feature request related to a problem? Please describe.** 有些 integration 支援簡單模式,也就是沒有自動選詞斷詞的模式,libchewing 應該要可以直接支援這個模式。 **Describe the solution you'd like** 開啟簡單模式的時候,每一個字都只選擇最常用字,沒有斷詞或是選詞功能。

feature

**Is your feature request related to a problem? Please describe.** The current logging for key events is a little too verbose and not easy to read. We should redo the...

refactoring
good first issue
next release

**Is your feature request related to a problem? Please describe.** Currently when toggling Eng/Chi mode we don't have very clear indication. Some implementation changes the tray-icon but on larger screen...

feature

**Is your feature request related to a problem? Please describe.** 酷音的「注音→詞」轉換引擎有一組規則用來計算最佳的斷詞方式 https://github.com/chewing/libchewing/blob/073e7c0ceb9c4a83d7c2241c7a9548ca5fceebcb/src/conversion/chewing.rs#L470-L475 這些權重應該要是可以調整的。 **Describe the solution you'd like** 提供 API 讓進階使用者可以預覽並調整權重 **Describe alternatives you've considered** Use environment variable or config...

feature

**Is your feature request related to a problem? Please describe.** Currently APIs like `chewing_buffer_String()` and `chewing_commit_String()` will return the same data every time until next keystroke. To avoid output string...

feature

On Fri, Mar 29, 2024, at 1:27 AM, Sophy wrote: > 舉例:我輸入「ㄕˋ」 ,打算顯示「是」,但預設的字永遠是「事」, > 我能把預設字「事」改為「是」嗎? > 或是把常用字放在選字欄靠前面的位置?

feature
next release

Reference design: - W3C UI Events KeyboardEvent code Values - https://www.w3.org/TR/uievents-code/ - https://www.w3.org/TR/uievents/#keys - IBus - https://ibus.github.io/docs/ibus-1.5/ibus-ibuskeys.html - https://ibus.github.io/docs/ibus-1.5/ibus-IBusKeysyms.html

rewrite in rust
next release

- [x] Use chewing_ack to acknowledge output buffer - [x] Support new input modes - [x] Allow space key for pagination - [x] Merge DOWN and SPACE key paging behavior...