-
`[ 80%] Building CXX object src/CMakeFiles/rime.dir/rime/gear/script_translator.cc.obj
[ 80%] Building CXX object src/CMakeFiles/rime.dir/rime/gear/selector.cc.obj
[ 81%] Building CXX object src/CMa…
-
```
請寫下能夠重現此狀況的操作步驟:
1. 安裝 ibus-rime
2. 從小狼毫檔案中拷貝 wubi_pinyin.schema.yaml 到 ~/.config/ibus/rime
目錄下
3. 修改 default.yaml,增加 wubi_pinyin 到 schema
list,然後重新部署 rime。
所得的結果是這個樣:
出現 五筆拼音 的選項,但是輸入時選單中沒有任何內…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A …
-
一边像是按l或liao时 首选项不是了而是聊等其他字
而且反复输入数十次都无法改变其顺位到前列 这个似乎是字的权重问题? 有办法修改吗?
另一边像是输入lue时无法打出略 必须按lve才行
这个是模糊拼音相关的? 该如何修改添加这类选项
影响的字词很少但不少使用频率不低 希望有方法可以修改
或者说能否实现sougou的制定字词固定首选项的功能?
-
想判断 librime-lua 版本,看是否支持某接口,做一些异常捕获。
现有方案好像是通过判断是否有 某方法 来判断版本:
```lua
local function Version()
local ver
if Opencc and Opencc('s2t.json').convert_word then ----------- 构造
return …
-
可省去 rime.lua 中編輯 require
也可以不放在global
ex:
```yaml
# lua/date_translator.lua
#custom.yaml
patch:
engine/translators/@next: lua_translator@date_translator@date
```
在 https://github…
-
librime-lua 已經把 engine config schema context api 都完整提供
key_binder 是 prorcess 利用 when accept 觸發 lua_func 是不是也可以
在 rime.lua 增加 全域 function (keyevent, engine)
怎麼 取得 lua_state 呢
{ when: away…
-
```
請寫下能夠重現此狀況的操作步驟:
1. 安裝 ibus-rime
2. 從小狼毫檔案中拷貝 wubi_pinyin.schema.yaml 到 ~/.config/ibus/rime
目錄下
3. 修改 default.yaml,增加 wubi_pinyin 到 schema
list,然後重新部署 rime。
所得的結果是這個樣:
出現 五筆拼音 的選項,但是輸入時選單中沒有任何內…
-
發現這有問題
方向鍵的keycode 會轉出 大寫 ascii
https://github.com/rime/librime/blob/master/src/rime/gear/ascii_composer.cc:121:
if (!key_event.release() && ch >= 0x20 && ch < 0x80) {
ctx->PushInput(ch);…
-
手机端输入完一个字/词后,会接着联想你要输入的字,这个对于手机端提升输入效率比较重要,类似系统输入法;
就差这个功能,我就能切过来了
我搜了一下: https://github.com/lotem/librime-predict 貌似这个可以,但不晓得怎么继承