Last active
May 16, 2016 09:38
-
-
Save MrCirdo/b47ed6abefffeadca4364aea7776a7c2 to your computer and use it in GitHub Desktop.
Un AppleScript qui se refait à lui même (ne sert à rien)
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" | |
keystroke "a" using {command down} | |
keystroke "c" using {command down} | |
keystroke "a" using {command down} | |
key code 51 | |
keystroke "v" using {command down} | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment