mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 19:19:23 +08:00
30 lines
726 B
JSON
30 lines
726 B
JSON
{
|
|
"UserSetting": {
|
|
"Hotkey": "Win + W",
|
|
"Theme": "Default",
|
|
"ReplaceWinR": true,
|
|
"WebSearches": [
|
|
{
|
|
"Title": "Google",
|
|
"ActionWord": "g",
|
|
"IconPath": "e:\\github\\wox\\Wox\\bin\\Debug\\Images\\websearch\\google.png",
|
|
"Url": "https://www.google.com/search?q={q}",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Title": "Wikipedia",
|
|
"ActionWord": "wiki",
|
|
"IconPath": "e:\\github\\wox\\Wox\\bin\\Debug\\Images\\websearch\\wiki.png",
|
|
"Url": "http://en.wikipedia.org/wiki/{q}",
|
|
"Enabled": true
|
|
}
|
|
],
|
|
"CustomPluginHotkeys": null,
|
|
"StartWoxOnSystemStartup": false
|
|
},
|
|
"UserSelectedRecords": {
|
|
"Records": {
|
|
}
|
|
}
|
|
}
|