hi!
I need help with using speakable items to type letters, one at a time.
here is my current code:
tell application "System Events"
tell application in front to keystroke (ASCII character of 120)
end tell
this is of course for character "x"
when i run this code in script editor, it pastes an x into my code, where my cursor is, but when I try it in Firefox, (using speakable items) it acknowledges that I asked it to do something, but doesn't do anything...
edit; i just tried speaking into script editor, and it didnt give me an "x"...
what would make it work??
I need help with using speakable items to type letters, one at a time.
here is my current code:
tell application "System Events"
tell application in front to keystroke (ASCII character of 120)
end tell
this is of course for character "x"
when i run this code in script editor, it pastes an x into my code, where my cursor is, but when I try it in Firefox, (using speakable items) it acknowledges that I asked it to do something, but doesn't do anything...
edit; i just tried speaking into script editor, and it didnt give me an "x"...
what would make it work??