mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-04-25 06:04:58 +00:00
fix: lua 引入注释错误 close https://github.com/iDvel/rime-ice/issues/1405
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- 词条隐藏、降频
|
||||
-- 在 engine/processors 增加 - lua_processor@cold_word_drop.processor
|
||||
-- 在 engine/filters 增加 - lua_filter@cold_word_drop.filter
|
||||
-- 在 engine/processors 增加 - lua_processor@*cold_word_drop.processor
|
||||
-- 在 engine/filters 增加 - lua_filter@*cold_word_drop.filter
|
||||
-- 在 key_binder 增加快捷键:
|
||||
-- reduce_freq_cand: "Control+j" # 匹配当前输入码后隐藏指定的候选字词 或候选词条放到第四候选位置
|
||||
-- drop_cand: "Control+d" # 强制删词, 无视输入的编码
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- 词条隐藏、降频
|
||||
-- 在 engine/processors 增加 - lua_processor@cold_word_drop.processor
|
||||
-- 在 engine/filters 增加 - lua_filter@cold_word_drop.filter
|
||||
-- 在 engine/processors 增加 - lua_processor@*cold_word_drop.processor
|
||||
-- 在 engine/filters 增加 - lua_filter@*cold_word_drop.filter
|
||||
-- 在 key_binder 增加快捷键:
|
||||
-- reduce_freq_cand: "Control+j" # 匹配当前输入码后隐藏指定的候选字词 或候选词条放到第四候选位置
|
||||
-- drop_cand: "Control+d" # 强制删词, 无视输入的编码
|
||||
|
||||
Reference in New Issue
Block a user