Skip to content

Instantly share code, notes, and snippets.

@MrCirdo
Last active May 16, 2016 09:38
Show Gist options
  • Save MrCirdo/b47ed6abefffeadca4364aea7776a7c2 to your computer and use it in GitHub Desktop.
Save MrCirdo/b47ed6abefffeadca4364aea7776a7c2 to your computer and use it in GitHub Desktop.
Un AppleScript qui se refait à lui même (ne sert à rien)
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