Ubuntu fcitx-rime
我想修改字体, 我查了一下资料发现
应该是这个配置, 但是加到我的文件里面无效
"style/font_face": "华康手札体 W5P"
, 改成英文名 DFPHannotateW5-GB
也不行
另一个需求就是, 当我打字的时候, 在按下空格选定文字之前, 这个没确定的字也是上屏的, 有没有什么办法取消这个上屏, 就和搜狗输入法一样, 确定之后在上屏?
我的配置文件 double_pinyin_flypy.custom.yaml
patch:
punctuator/import_preset: alternative
key_binder/import_preset: alternative
schema/dependencies: {}
# set failed for font DFPHannotateW5-GB, 华康手札体 W5P
"style/font_face": "华康手札体 W5P"
# style/font_point: 16
# This change work
"key_binder/bindings":
- { when: paging, accept: bracketleft, send: Page_Up }
- { when: paging, accept: bracketright, send: Page_Down }
switches:
- name: ascii_mode
reset: 0
states: [ 中文, 西文 ]
- name: emoji_suggestion
reset: 1
states: [ "Yes", "No" ]
- name: half_shape
states: [ 半角, 全角 ]
- name: zh_simp
reset: 1
states: [ 漢字, 汉字 ]
# - name: ascii_punct
# states: [ .,, ., ]
engine/translators:
- punct_translator
- script_translator
engine/filters:
- simplifier@emoji_suggestion
- simplifier@zh_simp
- uniquifier
# - charset_filter@gbk
- single_char_filter
### 此处注释 emoji
# emoji_suggestion:
# opencc_config: emoji.json
# option_name: emoji_suggestion
# tips: all
reverse_lookup: {}