mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
Compare commits
2 Commits
368570aaab
...
23f0c39a0b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23f0c39a0b | ||
|
|
788b2058d6 |
@@ -3092,10 +3092,11 @@
|
|||||||
# 「源生态」→「原生态」
|
# 「源生态」→「原生态」
|
||||||
# 「肖伯纳」→「萧伯纳」
|
# 「肖伯纳」→「萧伯纳」
|
||||||
# 「名信片」→「明信片」
|
# 「名信片」→「明信片」
|
||||||
|
# 「赢驷」→「嬴驷」
|
||||||
#///
|
#///
|
||||||
---
|
---
|
||||||
name: base
|
name: base
|
||||||
version: "2026-02-04"
|
version: "2026-02-06"
|
||||||
sort: by_weight
|
sort: by_weight
|
||||||
...
|
...
|
||||||
# +_+
|
# +_+
|
||||||
@@ -487028,7 +487029,7 @@ sort: by_weight
|
|||||||
硬说 ying shuo 4330
|
硬说 ying shuo 4330
|
||||||
硬说是 ying shuo shi 640
|
硬说是 ying shuo shi 640
|
||||||
营私 ying si 1650
|
营私 ying si 1650
|
||||||
赢驷 ying si 2
|
嬴驷 ying si 2
|
||||||
应寺村 ying si cun 4
|
应寺村 ying si cun 4
|
||||||
应似飞鸿踏雪泥 ying si fei hong ta xue ni 6
|
应似飞鸿踏雪泥 ying si fei hong ta xue ni 6
|
||||||
营私结党 ying si jie dang 3
|
营私结党 ying si jie dang 3
|
||||||
|
|||||||
29
default.yaml
29
default.yaml
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# 要比共享目录的同名文件的 config_version 大才可以生效
|
# 要比共享目录的同名文件的 config_version 大才可以生效
|
||||||
config_version: '2026-01-31'
|
config_version: '2026-02-06'
|
||||||
|
|
||||||
|
|
||||||
# 方案列表
|
# 方案列表
|
||||||
@@ -79,6 +79,33 @@ ascii_composer:
|
|||||||
Control_R: noop # commit_code | commit_text | inline_ascii | clear | noop | set_ascii_mode | unset_ascii_mode
|
Control_R: noop # commit_code | commit_text | inline_ascii | clear | noop | set_ascii_mode | unset_ascii_mode
|
||||||
|
|
||||||
|
|
||||||
|
# 处理输入栏内光标的移动
|
||||||
|
# 需要 librime >= 1.16.0 才有 no_loop 等属性,才会自动在方案引用 default:/{navigator,selector}
|
||||||
|
# 在边界按音节移动,在音节内部按字符移动 rewind | forward
|
||||||
|
# 按字符移动(循环) left_by_char | right_by_char
|
||||||
|
# 按字符移动(不循环) left_by_char_no_loop | right_by_char_no_loop
|
||||||
|
# 按音节跳转(循环) left_by_syllable | right_by_syllable
|
||||||
|
# 按音节跳转(不循环) left_by_syllable_no_loop | right_by_syllable_no_loop
|
||||||
|
# 首尾跳转 home | end
|
||||||
|
navigator:
|
||||||
|
bindings:
|
||||||
|
Left: left_by_char_no_loop
|
||||||
|
Right: right_by_char_no_loop
|
||||||
|
Shift+Left: left_by_syllable
|
||||||
|
Shift+Right: right_by_syllable
|
||||||
|
# 其他键 KP_Left KP_Right Home KP_Home End KP_End
|
||||||
|
|
||||||
|
|
||||||
|
# 选字处理器,感觉这个没有自定义的必要
|
||||||
|
# selector:
|
||||||
|
# bindings:
|
||||||
|
# Up: previous_candidate # 上一个
|
||||||
|
# Down: next_candidate # 下一个
|
||||||
|
# Prior: previous_page # 上一页
|
||||||
|
# Next: next_page # 下一页
|
||||||
|
# # 其他键 KP_Up KP_Down KP_Prior KP_Next Home KP_Home End KP_End
|
||||||
|
|
||||||
|
|
||||||
###################################################################################
|
###################################################################################
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -4123,6 +4123,7 @@
|
|||||||
非赢利
|
非赢利
|
||||||
啷当
|
啷当
|
||||||
赢政
|
赢政
|
||||||
|
赢驷
|
||||||
# -_- ------------------------------这行上面是异形词,这行下面是要过滤掉的词汇------------------------------
|
# -_- ------------------------------这行上面是异形词,这行下面是要过滤掉的词汇------------------------------
|
||||||
府吏见丁宁
|
府吏见丁宁
|
||||||
丁宁和刘诗雯
|
丁宁和刘诗雯
|
||||||
|
|||||||
Reference in New Issue
Block a user