Files
mac-dots/ghostty/reload-config.scpt
T
2026-04-10 16:14:38 +00: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