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
假设我想输入辅字, fu[ 正想输入i的时候发现辅已经在第一候选了, 一激动, 就直接空格上屏 然后缓冲区就会多出一个[ 我觉得这个 [ 这种情况下更适合和fu一起离开缓冲区
fu[
辅
[
The text was updated successfully, but these errors were encountered:
除了一激动的情况, 还有一种情况是, 我输入了 [, 但是没想到那个字的辅码到底是什么, 最后还是在候选词里翻页找到了, 也会这样
Sorry, something went wrong.
这个目前没有想到什么可行的实现方式。不排除可以通过写一个 lua_processor 解决,不过我对这方面并不熟悉……
应该可以在 algebra 里添加规则,让 fu[ 也成为「辅」字的编码?
- derive/^(..).+$/$1/ # 只有前两码(双拼)是编码 - derive/^(...).*$/$1/ # 前三码包括 [ 都算作编码
adaptation as recommended in GitHub issue #7
3129948
No branches or pull requests
假设我想输入辅字,
![图片](https://user-images.githubusercontent.com/3381789/210803949-0d82ec69-9db0-4a76-b2ea-11a8eae41b2f.png)
![图片](https://user-images.githubusercontent.com/3381789/210804644-db75df2b-c6d7-4453-a42b-fd0def25dd3e.png)
fu[
正想输入i的时候发现
辅
已经在第一候选了, 一激动, 就直接空格上屏然后缓冲区就会多出一个
[
我觉得这个
[
这种情况下更适合和fu一起离开缓冲区The text was updated successfully, but these errors were encountered: