mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
3 lines
91 B
AppleScript
Executable file
3 lines
91 B
AppleScript
Executable file
tell application "System Events"
|
|
keystroke "c" using {option down, command down}
|
|
end tell
|