Stream Deck integration guide
Run Executor input from a Stream Deck.
In the following example we will have a Stream Deck button do the same as typing "google hello world" in Executor. Which will run the keyword google with the parameter text hello world.
- Open the Stream Deck software.
- You need the plugin "Advanced Launcher (by BarRaider)" plugin can be found here.
- Add an "Advanced Launcher" to a button.
- in the "Application" select
"C:\Program Files\Executor\Executor.exe"(or wherever your Executor.exe is located). - in the "Arguments" write
-r google hello world. - The Settings below "Arguments" can be ignored.
- Give the button a title and consider using another icon.
(Click image for full size).
Other options
- If you have assigned a hotkey to an Executor keyword you can have Stream Deck trigger that hotkey instead of the above (no plugins required, use the action Stream Deck -> Hotkey).
- Want to show Executor when pressing a Stream Deck button? just trigger Executor's hotkey (action: Stream Deck -> Hotkey).
- If you just want to set some text in Executor's input and bring Executor to focus use
-iinstead of-r, you can also use-Iif you want Executor to select all the text per default. - Want to trigger something in Stream Deck from Executor? Look into the plugin SuperMacro (by BarRaider) and the action "Hotkey Listener" and have Executor trigger that hotkey (look into the
$KEYS$command).