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
| on run {input, parameters} | |
| tell application "System Events" | |
| key code 8 using command down | |
| delay 0.1 | |
| key code 53 | |
| key code 3 using command down | |
| key code 9 using command down | |
| end tell | |
| return input | |
| end run |
NewerOlder