Answers for "Automate Complicated Keystroke with AppleScript"

0

Automate Complicated Keystroke with AppleScript

tell application "Sublime Text 2" to activate

tell application "System Events" 
    key code 123 using {control down, option down, command down}
end tell
Posted by: Guest on October-07-2021

Browse Popular Code Answers by Language