Okay, so I have this autohotkey script that I'd like converted to an applescript
It is my understanding that Applescript is used on Automator
Here is the script that I use for autohotkey on windows
!x::SendInput Text Text{tab}Text@gmail.com{tab}numbers{tab}text numbers{tab}{tab}{tab}text{tab}numbers{tab}keystroke{tab}{tab}keystroke{tab}numbers{tab}numbers{tab}numbers{tab}numbers
So basically it writes some text, presses tab, writes some more text with a @ and ., presses tab, writes some numbers and so on, then it presses one key, and so on and so on.
It also has an activation key so that when I hold Alt and press X the script goes off
How would could I turn this into an applescript that works for mac?
Also, if it is possible to makes this into a program that I can send to others, without them being able to look at the script or edit it, it would be great
Thanks in advance
It is my understanding that Applescript is used on Automator
Here is the script that I use for autohotkey on windows
!x::SendInput Text Text{tab}Text@gmail.com{tab}numbers{tab}text numbers{tab}{tab}{tab}text{tab}numbers{tab}keystroke{tab}{tab}keystroke{tab}numbers{tab}numbers{tab}numbers{tab}numbers
So basically it writes some text, presses tab, writes some more text with a @ and ., presses tab, writes some numbers and so on, then it presses one key, and so on and so on.
It also has an activation key so that when I hold Alt and press X the script goes off
How would could I turn this into an applescript that works for mac?
Also, if it is possible to makes this into a program that I can send to others, without them being able to look at the script or edit it, it would be great
Thanks in advance