Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to add shortcuts #16

Open
wortzmanb opened this issue Jul 25, 2018 · 2 comments
Open

Unable to add shortcuts #16

wortzmanb opened this issue Jul 25, 2018 · 2 comments

Comments

@wortzmanb
Copy link

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
Copy link
Owner

jessebarocio commented Jul 28, 2018

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
Copy link

flagyan commented Aug 14, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants