Skip to content
New issue

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

macOS 下如何设置隐藏候选窗口及单字出简不出全 #109

Open
tiange1949 opened this issue Dec 10, 2023 · 3 comments
Open

macOS 下如何设置隐藏候选窗口及单字出简不出全 #109

tiange1949 opened this issue Dec 10, 2023 · 3 comments

Comments

@tiange1949
Copy link

KyleBing大神,你好,作为一个常年单字选手,请问macOS下能实现隐藏候选窗口的功能吗?
另外,为了实现彻底盲打,想问一下大神,可以在单字输入的基础上再加一个出简不出全的功能吗?
这样,重码率基本为0,从此汉字和编码基本一一对应,简直太爽 了。

@tiange1949
Copy link
Author

tiange1949 commented Dec 21, 2023

问题已解决,步骤如下:

  1. wubi86_jidian.dict.yaml文件的极点五笔码表替换为出简不出全的QQ五笔码表,这样6761个常用汉字的重码汉字只有285个;
  2. 打开wubi86_jidian.schema.yaml文件,定位到以下代码,设置为纯单字,取消四码上屏和四码唯一直接上屏
filters:
#    - simplifier@tradition
#    - lua_filter@single_char_first_filter # 单字优先
     - lua_filter@single_char_only # 纯单字
speller:
#  max_code_length: 4                    # 四码上屏
#  auto_select: false                    # 四码唯一时,自动上屏
#  auto_clear: max_length                # 空码时自动清空
  1. 将候选文字颜色改为和候选框背景颜色一样

经过以上设置后,基本可以实现不看候选框打字,实现真正的“盲打”。

@baober90
Copy link

  1. 出简不出全的QQ五笔码表

大佬: 这个QQ五笔的码表怎么弄的? 求教

@baober90
Copy link

问题已解决,步骤如下:

  1. wubi86_jidian.dict.yaml文件的极点五笔码表替换为出简不出全的QQ五笔码表,这样6761个常用汉字的重码汉字只有285个;
  2. 打开wubi86_jidian.schema.yaml文件,定位到以下代码,设置为纯单字,取消四码上屏和四码唯一直接上屏
filters:
#    - simplifier@tradition
#    - lua_filter@single_char_first_filter # 单字优先
     - lua_filter@single_char_only # 纯单字
speller:
#  max_code_length: 4                    # 四码上屏
#  auto_select: false                    # 四码唯一时,自动上屏
#  auto_clear: max_length                # 空码时自动清空
  1. 将候选文字颜色改为和候选框背景颜色一样

经过以上设置后,基本可以实现不看候选框打字,实现真正的“盲打”。

大佬,你提到的出简不出全的QQ五笔码表是在哪维护的?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants