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

FAQ【常见问题】 q羣10885687 #4

Open
gaboolic opened this issue Apr 14, 2024 · 14 comments
Open

FAQ【常见问题】 q羣10885687 #4

gaboolic opened this issue Apr 14, 2024 · 14 comments

Comments

@gaboolic
Copy link
Owner

gaboolic commented Apr 14, 2024

1 如何不显示形码的辅助码:
flypy_flypy.schema.yaml中

translator:
  dictionary: flypy_flypy.extended
  enable_completion: false
  # 默认为不超过 2 个字的候选项显示输入码;将 2 改为 0 可关闭编码提示,
  # 改为 1 则是只显示单字的输入码,依此类推。
  spelling_hints: 2
@gaboolic
Copy link
Owner Author

gaboolic commented Apr 18, 2024

2 开启用, .翻页
在default.yaml

key_binder:
  bindings:
    __patch:
      - key_bindings:/emacs_editing
      - key_bindings:/move_by_word_with_tab
      - key_bindings:/paging_with_minus_equal

      # 使用,和.来翻页
      # - key_bindings:/paging_with_comma_period
      
      - key_bindings:/numbered_mode_switch

去掉前面的# ,改为- key_bindings:/paging_with_comma_period

@gaboolic
Copy link
Owner Author

gaboolic commented Apr 18, 2024

3 模糊音
这个功能类似飞键。

以不分平翘舌音为例:
在flypy_flypy.schema.yaml中,修改以下部分
speller:
algebra:
## 模糊音 可选择性开启
- derive/^z([a-z])/v$1/
- derive/^c([a-z])/i$1/
- derive/^s([a-z])/u$1/
- derive/^v([a-z])/z$1/
- derive/^i([a-z])/c$1/
- derive/^u([a-z])/s$1/

添加韵母的话,和上面类似

比如添加in和ing的模糊音,如果in是b,ing是k的话,可以这样:
derive/^([a-z])b/$1k/ 派生/^([a-z])b/$1k/
derive/^([a-z])k/$1b/

@gaboolic
Copy link
Owner Author

gaboolic commented Apr 18, 2024

4 数字大写
照搬了https://github.com/iDvel/rime-ice
输入R开头即可
image

@gaboolic
Copy link
Owner Author

gaboolic commented Apr 19, 2024

5 自定义配置
自定义配置建议放在 flypy_flypy.custom.yaml 文件

patch:
  #engine/translators/@last: '' ## 禁用英文单词输入功能
  #punctuator/half_shape: {} ## 恢复默认引号
  #menu/page_size: 5 ## 自定义候选项个数

@gaboolic gaboolic pinned this issue Apr 23, 2024
@gaboolic
Copy link
Owner Author

gaboolic commented Apr 23, 2024

6 启用光标回退至特定音节后、补充辅助码的功能
flypy_flypy.schema.yaml

key_binder:
import_preset: default
bindings:
#- { when: composing, accept: Tab, send: '[' } ## 取消注释后:tab引导辅助码
- { when: composing, accept: Control+m, send: Return }
- { when: composing, accept: Control+w, send: Control+BackSpace }
- { when: has_menu, accept: semicolon, send: 2 }
- { when: has_menu, accept: slash, send: 3 }
- { when: composing, accept: Control+i, send: Shift+Right }
- { when: composing, accept: Control+o, send: Shift+Left }
## 对以下4行取消注释后:启用光标回退至特定音节后、补充辅助码的功能
## (自然码等其他双拼用户请在 pinyin_switch.yaml 中设置)
#- { when: composing, accept: Control+1, send_sequence: '{Home}{Shift+Right}[' }
#- { when: composing, accept: Control+2, send_sequence: '{Home}{Shift+Right}{Shift+Right}[' }
#- { when: composing, accept: Control+3, send_sequence: '{Home}{Shift+Right}{Shift+Right}{Shift+Right}[' }
#- { when: composing, accept: Control+4, send_sequence: '{Home}{Shift+Right}{Shift+Right}{Shift+Right}{Shift+Right}[' }

#5

@gaboolic
Copy link
Owner Author

7 关于qu qv,ju jv
打开# - derive/^([jqxy])u/$1v/的注释,即可qu qv,ju jv互相飞键
再去掉custom_phrase.txt中的短语

@yimengzhiyan

This comment was marked as resolved.

@gaboolic

This comment was marked as resolved.

@qiangu2020

This comment was marked as resolved.

@gaboolic

This comment was marked as resolved.

@gaboolic
Copy link
Owner Author

gaboolic commented May 8, 2024

8 快符
#19
#13

o符快符使用可以参考:https://flypy.cc/#/fh
举例:
希腊字母
ofxx αβγ
ofxd ΑΒΓ

@gaboolic
Copy link
Owner Author

gaboolic commented May 10, 2024

9 以词定字
以词定字的功能关了,因为有辅助码了 就不太需要以词定字
如果想打开 可以看#15 (comment)

@gaboolic
Copy link
Owner Author

gaboolic commented May 10, 2024

10 预输入框中显示双拼与全拼 来自 ChaosAlphard
详见#18

image

@gaboolic gaboolic changed the title FAQ【常见问题】 FAQ【常见问题】 q羣696353204 May 10, 2024
@gaboolic gaboolic changed the title FAQ【常见问题】 q羣696353204 FAQ【常见问题】 q羣10885687 Jul 30, 2024
@yunyingfeng
Copy link

键盘上面的全选复制功能不是上划吗

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

No branches or pull requests

4 participants