jessebarocio / Wox.Plugin.Runner

A plugin that allows you to create simple command shortcuts in Wox.
41 stars 24 forks source link

Unable to add shortcuts #16

Open wortzmanb opened 6 years ago

wortzmanb commented 6 years ago

image

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?

jessebarocio commented 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.

flagyan commented 6 years ago

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.