Greetings,
I am new here and just installed Keybreeze. One important feature that I am looking for is the ability to search multiple web sites with one keyword.
For instance:
Create a keyword 'MTV", to search multiple torrent sites for 'x'.
Is this possible?
Thanks in advance.
Matt
When I run the macro, it promps me with a generic input. Not the prompt defined in the "question" attribute. Is there a way to change this?
Yes, this is possible to do with a macro. Type macros [create] as a keyword to launch the Macro Recorder. You may need to download it from the website. Once you launch it, press F12 because you don't need to record anything. In the text area, type something similar to the following:
<inputbox question="What do you want to search for?" variable="var1">
<keybreeze entry="https://www.google.com/search?hl=en&q=var1">
<delay time="500">
<keybreeze entry="https://duckduckgo.com/?q=var1">
<delay time="500">
<keybreeze entry="http://www.bing.com/search?q=var1&qs=n&form=QBLH&sp=-1&pq=var1&sc=9-3&sk=&cvid=4F792E3AFAA7407A98D0C14558F3E1A6">
Save the file, and then add a keyword to Keybreeze with the same name as the macro. When you press the hotkey, type the macro, and press Enter, it will ask what you want to search for. In the example above, it will search for that phrase on Google, DuckDuckGo, and Bing. Just change the URLs to whatever sites you want to search.