Wèi Cōngruì

Results 3 comments of Wèi Cōngruì

这个确实没有更新,目前最后一次提交的代码是 2017 年 2 月的

`z` is a joker key in this input method. You can try it. But the candidate list is too short and there is no way to turn page. If I...

Proxy can be set in Firefox profile. Create file `$HOME/.config/browsh/firefox_profile/user.js` A socks5 proxy should be ``` user_pref("network.proxy.socks", "server"); user_pref("network.proxy.socks_port", 1080); user_pref("network.proxy.socks_remote_dns", true); user_pref("network.proxy.type", 1); ``` You can set proxy setting...