syntaur 0.16.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/scripts/install-macos-url-handler.mjs +15 -7
package/dist/index.js
CHANGED
|
@@ -7858,13 +7858,13 @@ function buildTerminalDispatch(installedTerminals) {
|
|
|
7858
7858
|
branches.push({
|
|
7859
7859
|
id: "ghostty",
|
|
7860
7860
|
block: [
|
|
7861
|
-
' tell application "Ghostty"',
|
|
7862
|
-
"
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
"
|
|
7866
|
-
"
|
|
7867
|
-
|
|
7861
|
+
' tell application "Ghostty" to activate',
|
|
7862
|
+
" delay 0.3",
|
|
7863
|
+
' tell application "System Events"',
|
|
7864
|
+
' keystroke "n" using command down',
|
|
7865
|
+
" delay 0.4",
|
|
7866
|
+
" keystroke shellCmd",
|
|
7867
|
+
" key code 36",
|
|
7868
7868
|
" end tell"
|
|
7869
7869
|
]
|
|
7870
7870
|
});
|