V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
woshichuanqilz
V2EX  ›  输入法

Ubuntu Rime 输入法两个问题

  •  
  •   woshichuanqilz · 2022-11-04 16:30:13 +08:00 · 778 次点击
    这是一个创建于 532 天前的主题,其中的信息可能已经有所发展或是发生改变。

    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: {}
    
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2620 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 04:46 · PVG 12:46 · LAX 21:46 · JFK 00:46
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.