How I use wox:
Press ALT + SPACE, a (CLEAN) search bar shows up. Type what I want, for example discord, search results show up and the top result is the discord app. Press enter to open. Next time I press ALT + SPACE, a clean search bar shows up again.
My plan:
open Wox.exe using push2run and then in the keys to send box, use ${WAIT500}{ENTER} to open whatever app I say to google.
The problem:
When I launch Wox by clicking on Wox.exe, or setting push2run to open Wox.exe, the last query is still there. So we understand that wox clears the query box when I press ALT+SPACE. Not when I open it using Wox.exe. When I use google home to open an app for the second time, the new string is concatenated with the old query string instead of replacing it.
My half solution:
I thought I'd send {CRTL}a{WAIT500}${WAIT500}{ENTER}. It says on the help page "KEYS TO SEND" section that {CRTL} key is
So this should work but it doesn't. {CRTL}A, {CRTL}{A} and {CRTL}{a} type "A" or "a" before the query. {CRTL}a doesn't type "a" but it doesn't select the already present text either.The keys that are broken into an pressed down and released up are:
{RIGHTALT} {LEFTALT} {ALT}
{RIGHTCTRL} {LEFTCTRL} {CTRL}
{RIGHTSHIFT} {LEFTSHIFT} {SHIFT}
{RIGHTWIN} {LEFTWIN} {WIN}
Heres a picture of the wox search bar after my second query: And here is the card I have setup:
Any help with this would be much appreciated.