ArtisticZhao
ArtisticZhao
@zengmin19990420 I add the WindTerm lib to LD_LIBRARY_PATH to solve the same problem. ``` export LD_LIBRARY_PATH=/opt/WindTerm_2.2.2/lib:$LD_LIBRARY_PATH ``` And you can change `/opt/` to the path where you install the WindTerm.
不知道你要的vim mode是什么样的 如果只想normal下自动切换英文 insert 自动恢复之前的状态 可以看看这个 [g3kb-switch](https://github.com/lyokha/g3kb-switch) [vim-xkbswitch](https://github.com/lyokha/vim-xkbswitch)
@OliverLew 我的是可以的,应该键盘布局虽然都是us 但是还是会区别 us:us 和 us:rime 的。 下面是我的截图  
Edit `me/index.md`
I think you the windows Switcher is **ALT+TAB** not **CTRL+ALT+TAB**. The follows works for me. ``` { #Window Switcher direction: "None"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_LEFTALT",...
Same on Ubuntu 18.04 and the logid didn't report any WARN or ERROR.
@meugr I had a temporary solution. Add an udev rules in `/etc/udev/rules.d/90-my.rules` ``` # /etc/udev/rules.d/90-my.rules ACTION=="add", SUBSYSTEM=="bluetooth", RUN{program}="/bin/systemctl restart logid.service" ``` and call ``` > sudo udevadm control --reload ```...
@Flacedoo Hi, I have built the [hidpp](https://github.com/cvuchener/hidpp) on Windows. And you can call the change host feature by hidpp tools. You can also remap the button in Logitech Options to...
感觉如果有个messagebox 可以选择 ok 或者 cancel 也会很有用
@gogulfresh I had add some codes to support **keep comments** feature, please check my PR.