enabled="y"
group="00"
match="^│.*▲.*│$"
regexp="y"
send_to="12"
sequence="98"
> local key = string.find("%0","▲")
key_save = key_save or key
local fx = key_save - key
key_save = key
if baoxiang_key and key == baoxiang_key - 2 and fx < 0 then
Execute("insert bao xiang")
elseif baoxiang_key and key == baoxiang_key + 2 and fx > 0 then
Execute("insert bao xiang")
end