We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e263a21 commit b3a0399Copy full SHA for b3a0399
weasel.yaml
@@ -14,6 +14,10 @@ config_version: "2024-03-02"
14
app_options:
15
firefox.exe:
16
inline_preedit: true # 行内显示预编辑区:规避 <https://github.com/rime/weasel/issues/946>
17
+ iexplore.exe:
18
+ inline_preedit: true # 兼容 IE
19
+ browser.exe:
20
+ inline_preedit: true # 兼容 Yandex
21
22
# [global settings]
23
show_notifications: true # 是否显示状态变化的通知:true;false;option_list(方案内的开头 option)
0 commit comments