Open wortzmanb opened 6 years ago
Hi! The settings UI should definitely be showing. I do not regularly use Wox anymore but did just test this with the latest release (1.3.524) and the settings UI showed up. Could you tell me what version you are running and if this has ever worked for you before?
If you want to just define the commands manually they are in a JSON file at %LocalAppData%\Wox.Plugin.Runner\commands.json
. Below is an example:
[
{
"Shortcut":"zeal",
"Description":"Zeal",
"Path":"C:\\Program Files (x86)\\Zeal\\zeal.exe",
"ArgumentsFormat":null
}
]
You will need to restart Wox for manual changes to this file to take effect.
I found the similar issue on my PC and I found that the issue is caused by the plugin Wox.Plugin.OpenCMD. The setting for adding shortcuts will be back after remove the Wox.Plugin.OpenCMD.
The Wox settings do not give me a way to add shortcuts to Runner. Is this expected behavior? If not, is there another way I can create my shortcuts?