Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何個人調整單字編碼、簡碼、候選 #17

Open
belovedrebellion opened this issue Nov 30, 2024 · 1 comment
Open

如何個人調整單字編碼、簡碼、候選 #17

belovedrebellion opened this issue Nov 30, 2024 · 1 comment

Comments

@belovedrebellion
Copy link

belovedrebellion commented Nov 30, 2024

  1. 緣由:個人在PC端偏好純單字輸出,因爲打單較爲省心,不用攷慮難以調教的詞庫,確定性更高,利於盲打。但打單自然也有其弊處:一是碼長較長,二是虎碼本身是往簡體爲主的方向設計的,盡管繁虎做了相應優化,但性能還是會略低原版;且原版虎單最優越的方面也主要是體現在常用字極低選重、基本皆可空格直接上屏,而對於碼長的控制並不算十分突出。
  2. 想法:主要思路是善用 鍵次選,因爲(標準指法下)右手小指的工作量相當之低,字母區域只用負責一個 p 鍵(左手小指卻要兼顧 q a z),符號區域也有相當一部分可以被無名指完美替代,對比起來左手的壓力就要大得多,個人重度使用鍵盤時出現不適感的也往往是左手。利用虎碼本身低重的屬性,適當地少量增加常用字次選重碼,並對難按的字進行調整,雖然會稍微提高一些記憶量,但對性能與舒適度也能有不小的提升,可以讓右手小指得到充分利用。
  3. 嘗試:在 huma.char.dicthuma.short.dict 文件中對部分字進行了調整並重新部署測試,發現並未達成想要的效果,具體情形舉例:我想讓 的簡碼回歸 b ,而佔據 b 簡碼的好字只留一個全碼輸出( bhi 敲擊手感非常舒適),遂將 簡碼改爲 b 改成 bhi 乃至直接刪去。此時卻發現按 b 時仍有 字在候選框內次選位;想給予 簡碼 btd 放入 huma.short.dict 文件中,也出現了候選殘留的問題,請問該如何對單字進行正確的修改與調整?
@ywxt
Copy link
Owner

ywxt commented Nov 30, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants