mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
feat(ConfigSchema): add enableCtrlEnterWebSearch to webSearch schema
This commit is contained in:
parent
a9f7de6935
commit
f1c3d7b676
1 changed files with 6 additions and 0 deletions
|
|
@ -357,6 +357,12 @@
|
|||
"default": "false",
|
||||
"description": "If set to true, web search will be disabled all together"
|
||||
},
|
||||
"enableCtrlEnterWebSearch": {
|
||||
"title": "Enable Ctrl/Cmd+Enter Web Search",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "When true and web search is enabled, pressing Ctrl+Enter (Cmd+Enter on macOS) will force a web search using the configured engine, ignoring advanced selection or link detection"
|
||||
},
|
||||
"searchEngine": {
|
||||
"title": "Search Engine",
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Reference in a new issue