0%

installRime

so now is for english mode, hope everything will go right.

GitHub - rime/plum: 東風破 /plum/: Rime configuration manager and input schema repository

using plum to install

curl -fsSL https://raw.githubusercontent.com/rime/plum/master/rime-install | bash

我回來了!不過要調整一下繁體簡體

下載及安裝 | RIME | 中州韻輸入法引擎

RimeWithSchemata · rime/home Wiki · GitHub

~/.config/ibus/rime/luna_pinyin.schema.yaml下更改

1
2
3
- name: simplification
reset: 1 # 增加這一行:默認啓用「繁→簡」轉換。
states: [ 漢字, 汉字 ]

然后按部署,要更改一行多少个可以在

設定每頁候選個數的默認值爲 9,在用戶目錄建立文檔 default.custom.yaml

1
patch:  "menu/page_size": 9

无效了

https://github.com/rime/ibus-rime/issues/52

临时办法是创建 ~/.config/ibus/rime/build/ibus_rime.yaml,添加以下内容

1
style:  horizontal: true

测试通过!

我这次打算看看怎么加词库……算了目前就这样吧,下次再说。

RIME中州韵输入法词库扩充(搜狗词库,QQ拼音词库,清华词库,拆字词库U模式等)_惜洛-Jankin的博客-CSDN博客_rime 词库

首先在转换的词头加上

1
2
3
4
5
6
7
8
9
10
---
name: sougou
version: "2022.07.11"
sort: by_weight
use_present_vocabulary: true
...

阿敖 a ao 1
阿巴巴 a ba ba 1
阿巴巴巴 a ba ba ba 1

然后检查 schema,发现原本词库是 luna-pinyin.dict.yaml,在头部加上

1
2
3
4
5
6
7
8
9
---
name: luna_pinyin
version: "2020.08.03"
sort: by_weight
use_preset_vocabulary: true
import_tables:
- luna_pinyin
- sougou
...

然后点击部署就可以了

可以尝试使用自定义 ibus

!!!更新!

https://github.com/rime/home/wiki/CustomizationGuide

看这个操作,要加入词库desu

patch 无效是写的不对,应该

patch:

    “前面加tab这里写配置”

安装 emoj

GitHub - rime/rime-emoji: Emoji / 繪文字輸入方案

在plum目录下运行

bash rime-install emoji

bash rime-install emoji:customize:schema=luna_pinyin

GitHub - iDvel/rime-ice: Rime 配置:雾凇拼音 | 长期维护的简体词库

然后是这个好了,之后看一下自定义添加符号(

Shift 切换中英

default.custom.yaml 中修改 Shift 对应的选项,将 noop 修改为 commit_codecommit_textclear

这个就全部更新了……直接打开 custom.defualt.yaml 更改就好

rime_ice.schemal.yaml 里面可以选择 Emoji

然后自己输入默认的词典好了,找个鸟鸟词汇

然后有人专门给 rime做了,就很好不是吗

复制粘贴一下

总之放到 rime config 文件夹里面就好,然后查看 rime_ice.dict.yaml 把它纳入,再部署就可以了