macos: fix perform action

pull/11208/head
Mitchell Hashimoto 2026-03-05 20:32:49 -08:00
parent 52c0709d88
commit 40c74811f1
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 3 additions and 1 deletions

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>