Skip to content

Commit

Permalink
feat: replace manual dict with rime-ice-pinyin
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverdding committed Mar 25, 2024
1 parent 444a39c commit f04fcd8
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 346,516 deletions.
10 changes: 4 additions & 6 deletions dot_config/fcitx5/private_config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ EnumerateForwardKeys=
EnumerateBackwardKeys=
# Skip first input method while enumerating
EnumerateSkipFirst=False
# Enumerate Input Method Group Forward
EnumerateGroupForwardKeys=
# Enumerate Input Method Group Backward
EnumerateGroupBackwardKeys=

[Hotkey/TriggerKeys]
0=Control+space
Expand All @@ -16,12 +20,6 @@ EnumerateSkipFirst=False
[Hotkey/AltTriggerKeys]
0=Shift_L

[Hotkey/EnumerateGroupForwardKeys]
0=Super+space

[Hotkey/EnumerateGroupBackwardKeys]
0=Shift+Super+space

[Hotkey/ActivateKeys]
0=Hangul_Hanja

Expand Down
11 changes: 9 additions & 2 deletions dot_local/share/fcitx5/rime/default.custom.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
patch:
schema_list:
- schema: luna_pinyin_simp
# 仅使用「雾凇拼音」的默认配置,配置此行即可
__include: rime_ice_suggestion:/
# 以下根据自己所需自行定义,仅做参考。
# 针对对应处方的定制条目,请使用 <recipe>.custom.yaml 中配置,例如 rime_ice.custom.yaml
__patch:
key_binder/bindings/+:
# 开启逗号句号翻页
- { when: paging, accept: comma, send: Page_Up }
- { when: has_menu, accept: period, send: Page_Down }
Loading

0 comments on commit f04fcd8

Please sign in to comment.