macos: fix perform action
parent
52c0709d88
commit
40c74811f1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue