7 lines
169 B
AppleScript
7 lines
169 B
AppleScript
tell application "Ghostty"
|
|
activate
|
|
tell application "System Events"
|
|
keystroke "," using {command down, shift down} -- cmd+shift+,
|
|
end tell
|
|
end tell
|