tell application \"System Events\"
delay 0.5
keystroke \"hello\"
end tell
tell application "System Events"
delay 0.5
key code 37 using {command down}
key code 48
end tell
It looks like you're new here. If you want to get involved, click one of these buttons!