Created
July 31, 2018 21:09
-
-
Save ricardoaugusto/a360aa5927d84706f3121a6c1866dd31 to your computer and use it in GitHub Desktop.
Rename Layer Styles on Sketch app
This file contains 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
on run {input, parameters} | |
activate application "Sketch" | |
repeat 9 times | |
tell application "System Events" | |
key code 76 | |
key code 123 using {command down} | |
key code 124 using {shift down, option down} | |
key code 124 using {shift down} | |
key code 51 | |
key code 76 | |
key code 126 | |
end tell | |
end repeat | |
return input | |
end run |
Author
ricardoaugusto
commented
Jul 31, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment