linux manjaro安装五笔+拼音输入法(中州韵)

系统 manjaro19.02

输入法fcitx自带多种输入法,见下图

在fcitx下安装另一种输入法:中州韵(rime)

1、在软件仓库搜索fcitx,把下面4个都安上

2、配置

#路径下建立两个文件
/home/用户名/.config/fcitx/rime/
#A,default.custom.yaml
#B,wubi_pinyin.custom.yaml

#A文件内容,空格位置要对

# wubi rime settings
patch:
  schema_list: #输入方案列表
     - schema: wubi_pinyin #当前选中的输入方案

#B文件内容,自己排下版吧

#wubi_pinyin rime settings
#date:2020.3.18
 patch:
 key_binder: #按键绑定
 bindings:
   - {accept: semicolon, send: 2, when: has_menu} #打字时,冒号选第2个候选字发送
   - {accept: apostrophe, send: 3, when: has_menu} #打字时,引号第3个候选字发送
   - { accept: minus, send: Page_Up, when: paging} #减号向前翻页
   - { accept: equal, send: Page_Down, when: has_menu} #等于号向后翻页
 speller: #拼写时选项
   max_code_length: 4 #最大输入四码
   auto_select: true #自动上屏
   auto_select_unique_candidate: true #唯一字自动提交

3、重启输入法

4、试验OK


当然,中州韵本身也有很多码表,可以根据需要在第一个文件A里配置。
参数特麻烦,我只是把五笔的内容贴上,感谢其他作者的分享。

全文完 ——顺 2020.3.19

你可能感兴趣的:(linux manjaro安装五笔+拼音输入法(中州韵))