Created
August 16, 2022 03:14
-
-
Save rbreaves/607fc59dbf5c677be837f9cf1d92f859 to your computer and use it in GitHub Desktop.
Applescript to toggle iterm2 profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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