macos: fix perform action

This commit is contained in:
Mitchell Hashimoto
2026-03-05 20:32:49 -08:00
parent 52c0709d88
commit 40c74811f1

View File

@@ -5,7 +5,9 @@
<suite name="Ghostty Suite" code="Ghst" description="Ghostty scripting support.">
<class name="application" code="capp" description="The Ghostty application.">
<cocoa class="NSApplication"/>
<responds-to command="perform action"/>
<responds-to command="perform action">
<cocoa method="handlePerformActionScriptCommand:"/>
</responds-to>
<element type="terminal" access="r">
<cocoa key="terminals"/>
</element>