/ Published in: AppleScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
-- brandonjp 201103210837 on sendCmdPlus(letterKey) tell application "System Events" keystroke letterKey using {command down} end tell end sendCmdPlus