Skip to content

Instantly share code, notes, and snippets.

@mark05e
Created May 25, 2020 11:44
Show Gist options
  • Save mark05e/240a8131efc3c56d4bb86f2044937319 to your computer and use it in GitHub Desktop.
Save mark05e/240a8131efc3c56d4bb86f2044937319 to your computer and use it in GitHub Desktop.

Executor launcher - Switch between Windows by typing

Requirements: SwichToTask.zip (Ref)

Open Executor Settings > Keywords > Right-Click Add...

Keyword=`` (double tick)
Command=Path\to\SwitchToTask.exe
Parameters=`$P$`
Comment=`Switch to running application [Reg Expression on window handle title]`

Example:

  • Open notepad in the background
  • Launch Executor and type:
`` pad

This should bring up notepad

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment