i want to create an apple script that will launch a certain application and after it laucnehd just send a KeyPress of "return" key..
trying to record it doesnt work...
i was able to come up with this just out of logic, and a my very small understanding of applescript. the program i want to use doesnt have a dictionary. ive seen examples where it says "KeyPress Command "c"" for example, i tried doing "KeyPress Return" but it didnt work. so if n e one has ne ideas and can help, very appreciated
tell application "Finder"
open application application
end tell
trying to record it doesnt work...
i was able to come up with this just out of logic, and a my very small understanding of applescript. the program i want to use doesnt have a dictionary. ive seen examples where it says "KeyPress Command "c"" for example, i tried doing "KeyPress Return" but it didnt work. so if n e one has ne ideas and can help, very appreciated
tell application "Finder"
open application application
end tell