PowerToys/Wox/config.json
2014-03-14 00:35:06 +08:00

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": {
}
}
}