Files
mac-dots/ghostty/reload-config.scpt
T
2026-05-14 21:16:36 +02:00

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