We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
最近Windows 10又把新倉頡弄壞,尋找替代品時發現了RIME,體驗了它的拼音後感覺很有潛力。
遇到最大的困難是找不到文件,wiki的教學非常長但沒有參考。
目前成果如下︰
# Rime schema settings # encoding: utf-8 __include: quick5.schema.yaml:/ schema: schema_id: quick5_fluency name: 速成.語句流 version: "0.20" author: - 佛振 <[email protected]> description: | 速成、倉頡詞句連打 碼表源自倉頡之友發佈的《五倉世紀版》 www.chinesecj.com dependencies: - luna_quanpin engine: processors: - ascii_composer - recognizer - key_binder - speller - punctuator - selector - navigator - fluency_editor translators: # - punct_translator - script_translator - reverse_lookup_translator key_binder: import_preset: default bindings: - { when: "has_menu", accept: " ", send: "'"}
script_translator
理想中的成果是讓空白回歸符號鍵,用Enter上屏、確認。editor.cc好像有選項可以改? https://github.com/rime/librime/blob/e8184dceaf9a89a21d6dc25c1850779cd652c472/src/rime/gear/editor.cc#L201
我猜中英混合輸入比較麻煩,需要一個flag傳到其它processors。但只要養成打英文前先先上屏的習慣就沒問題。
The text was updated successfully, but these errors were encountered:
左Shift的設定看起來在這裡︰ https://github.com/rime/rime-prelude/blob/3803f09458072e03b9ed396692ce7e1d35c88c95/default.yaml#L61
改成commit_text,按Shift就只會切換中英模式,不會轉換一整句成英文。
剩下的問題︰
Sorry, something went wrong.
要改這麼多,不能全靠設定解決了。不支持的。 請你開發一個 librime 插件吧。
No branches or pull requests
最近Windows 10又把新倉頡弄壞,尋找替代品時發現了RIME,體驗了它的拼音後感覺很有潛力。
遇到最大的困難是找不到文件,wiki的教學非常長但沒有參考。
目前成果如下︰
script_translator
否則詞庫無法作用。一開始試用倉頡時我非常困惑,這個輸入法選不出「頻道」這個詞。理想中的成果是讓空白回歸符號鍵,用Enter上屏、確認。editor.cc好像有選項可以改?
https://github.com/rime/librime/blob/e8184dceaf9a89a21d6dc25c1850779cd652c472/src/rime/gear/editor.cc#L201
我猜中英混合輸入比較麻煩,需要一個flag傳到其它processors。但只要養成打英文前先先上屏的習慣就沒問題。
The text was updated successfully, but these errors were encountered: