Skip to content

Instantly share code, notes, and snippets.

@rbreaves
Created August 16, 2022 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbreaves/607fc59dbf5c677be837f9cf1d92f859 to your computer and use it in GitHub Desktop.
Save rbreaves/607fc59dbf5c677be837f9cf1d92f859 to your computer and use it in GitHub Desktop.
Applescript to toggle iterm2 profile
tell application "System Events"
# Sets Alt ~ combo to toggle iterm2
key code 50 using {option down}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment