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.

  1. Open the Stream Deck software.
  2. You need the plugin "Advanced Launcher (by BarRaider)" plugin can be found here.
  3. Add an "Advanced Launcher" to a button.
  4. in the "Application" select "C:\Program Files\Executor\Executor.exe" (or wherever your Executor.exe is located).
  5. in the "Arguments" write -r google hello world.
  6. The Settings below "Arguments" can be ignored.
  7. 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 -i instead of -r, you can also use -I if 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).

More Resources & Community