-
**问题描述**
我对比了下 fcitx5 下输入词语和 emacs-rime下输入词语
这是 fcitx5 下的
![IMG_20230514_212300](https://github.com/DogLooksGood/emacs-rime/assets/46296608/c541dfd5-0c98-4e4a-a289-05b1498a9c3c)
这是 emacs-rime …
-
我想设置capslock切换中英文,按yaml文件里的说明,good_old_caps_lock为false的话,应该只切换中英文,不切换大小写。实际上切换中英文的时候,大小写也切换了。请问该怎么解决?
另:我用的是filco蓝牙键盘。
-
**问题描述**
使用输入法,posframe大小不能随着结果变动
**Emacs中的配置**
```
(use-package rime
:custom
(default-input-method "rime"))
```
**复现方式**(安装遇到问题时省略)
使用systemd开启emacs的daemon service启动,系统启动后使用输入法就是这样…
-
```
export BOOST_ROOT="$(pwd)/deps/boost-1.84.0"
make
make: the `-j' option requires a positive integral argument
cmake . -Bbuild \
-DCMAKE_INSTALL_PREFIX=/Users/air/Documents/github/rime/squir…
-
有`commit_text`方法了,但好像没有找到相应的回删方法。就像安卓中的`inputConnection.deleteSurroundingText(1, 0);`。原本想用发送Backspace这样的方法替代的,但目前还没成功,而且我看的好像现在在rime-lua中发送按键还是有点复杂。
-
能加优化一下lua组件 加个能切换指定方案的方法么?非切换下一个方案,因为有时候快捷键太不好用了,没有使用指定编码快速切换指定方案实在
-
I use Ubuntu 16.04.2 and install `ibus-rime` from official repo and it works smoothly for long. But recently, it is suddenly broken. I can switch to rime on the tray icon but nothing more happens and …
-
只要是 更動 context.input 就會觸發 update_notifier --> Engine::Compose()
最好是在 確認更動時才 變更,或是須要 compose() 刷新 接着處理時
可在 librime/src/context.cc 找有呼叫 "update_notifier_(this)" 的member function
```lua
l…
-
我使用的是fcitx5-rime,按照安装说明配置,但是似乎启动不起来。
-
**Describe the bug**
刪掉輸入碼的同時會把上一個已選擇的詞組打散。
**To Reproduce**
Steps to reproduce the bug:
1. 輸入編碼並選擇一個候選字。
2. 輸入一個編碼。
3. (使用 backspace 鍵)刪除步驟 2 輸入的編碼。
步驟 1 中已經選擇的詞組會重新變回輸入碼,候選選單跳出。
**Expe…