Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to execute AppleScript? #46

Open
xtuer opened this issue Dec 24, 2021 · 2 comments
Open

Possible to execute AppleScript? #46

xtuer opened this issue Dec 24, 2021 · 2 comments

Comments

@xtuer
Copy link

xtuer commented Dec 24, 2021

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
@kenji21
Copy link
Contributor

kenji21 commented Dec 24, 2021

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

@xtuer
Copy link
Author

xtuer commented Dec 25, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants