Created
January 1, 2022 02:56
-
-
Save yuanqing/0e7c82ac30ecf07f60f38cd8eb7eb517 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "System Events" | |
tell process "Figma" | |
set frontmost to true | |
click menu item "Run last plugin" of menu "Plugins" of menu bar 1 | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment