Ubuntu 22.04,Rime / luna_pinyin.schema 输入法:外挂词库,自定义词库 (****) OK
测试平台:
Ubuntu 22.04
sudo apt install ibus-rime
实例 1 :不实用的
实例 2 :实用的
文件使用说明:已经内嵌在文件中了。
======================================
实例 1 :不实用的
一共需要 3 个文件,放在用户文件夹下:~/.config/ibus/rime/
# Test A @ File : 1/3
# ~/.config/ibus/rime/
# default.custom.yaml
#
# Rime default settings
# encoding: utf-8patch: schema_list:- schema: luna_pinyin
# - schema: luna_pinyin_simp- schema: luna_pinyin_fluency
# Test A @ File : 2/3
# ~/.config/ibus/rime/
# luna_pinyin.custom.yamlpatch:switches: # 注意縮進- name: ascii_modereset: 0 # reset 0 的作用是當從其他輸入方案切換到本方案時,states: [ 中文, 西文 ] # 重設爲指定的狀態,而不保留在前一個方案中設定的狀態。- name: full_shape # 選擇輸入方案後通常需要立即輸入中文,故重設 ascii_mode = 0;states: [ 半角, 全角 ] # 而全/半角則可沿用之前方案中的用法。- name: zh_simpreset: 1 # 增加這一行:默認啓用「繁→簡」轉換。states: [ 漢字, 汉字 ]simplifier:option_name: zh_simp # 和這裏(※2)# 需要自定义词库时,开启 'translator/dictionary':translator:dictionary: luna_pinyin_extended_1
# Test A @ File : 3/3
# ~/.config/ibus/rime/
# luna_pinyin_extended_1.dict.yaml
#
# Rime dictionary
# encoding: utf-8
#
#
# https://github.com/rime