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
It would be better when Thor can execute AppleScript.
There is Bug when activating Finder from different space where Finder does not located.
We can use following AppleScript first switching to space 1 and then activate Finder:
tell application "System Events" to key code 18 using {control down}
tell application "Finder"
activate
if (count windows) is 0 then make new Finder window
end tell
The text was updated successfully, but these errors were encountered:
It would be better when Thor can execute AppleScript.
There is Bug when activating Finder from different space where Finder does not located.
We can use following AppleScript first switching to space 1 and then activate Finder:
The text was updated successfully, but these errors were encountered: