mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-13 15:10:03 +00:00
fix: 反查模式不派生
This commit is contained in:
@@ -442,7 +442,8 @@ function F.func(input, env)
|
||||
|
||||
-- [Phase 3] 历史回溯构造 (Strictly fallback)
|
||||
if not has_valid_candidate then
|
||||
if find(curr_input, "^[/]") then
|
||||
if env.block_derivation then return end
|
||||
if find(curr_input, "^[/]") then
|
||||
return
|
||||
end
|
||||
if not env.block_derivation and has_letters(curr_input) then
|
||||
|
||||
@@ -368,7 +368,7 @@ key_binder:
|
||||
# Lua 配置: shijian.lua 的引导符,涉及:日期、时间、节日、节气、生日、问候模板等功能
|
||||
shijian_keys: ["/", "o"]
|
||||
# Lua 配置: 超级tips上屏按键
|
||||
tips_key: "period" #修改时候去default找
|
||||
tips_key: "comma" #修改时候去default找
|
||||
# Lua 配置: 以词定字(上屏当前词句的第一个或最后一个字),和中括号翻页有冲突
|
||||
select_first_character: "bracketleft" # 左中括号 [
|
||||
select_last_character: "bracketright" # 右中括号 ]
|
||||
|
||||
Reference in New Issue
Block a user