You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"tell application \"System Events\" to tell (first window of (first process whose unix id is {d})) to set value of attribute \"AXMinimized\" to false",
117
+
"tell application \"System Events\" to tell (first window of (first process whose unix id is {d})) to try\n"++
118
+
"set value of attribute \"AXFullScreen\" to false\n"++
119
+
"end try\n"++
120
+
"try\n"++
121
+
"set value of attribute \"AXZoomed\" to false\n"++
122
+
"end try\n"++
123
+
"try\n"++
124
+
"set value of attribute \"AXMinimized\" to false\n"++
125
+
"end try",
118
126
.{pid},
119
127
),
120
128
.maximize=>std.fmt.allocPrint(
@@ -162,6 +170,15 @@ test "applescript control template contains target pid and command semantics" {
0 commit comments