Thor icon indicating copy to clipboard operation
Thor copied to clipboard

Possible to execute AppleScript?

Open xtuer opened this issue 3 years ago • 2 comments

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

xtuer avatar Dec 24 '21 09:12 xtuer

maybe related to : https://github.com/gbammc/Thor/issues/38 do you tested using the latest (1.5.6 for now) version ?

kenji21 avatar Dec 24 '21 15:12 kenji21

maybe related to : #38 do you tested using the latest (1.5.6 for now) version ?

1.5.7 already used, the Bug still occurred on Finder.

xtuer avatar Dec 25 '21 07:12 xtuer