AppleScript in Yosemite can't enter numbers in keystrokes -
on os x yosemite (version 10.10.4) applescript
tell application "textedit" activate delay 1 tell application "system events" keystroke "abc123def" end tell end tell
results in
abcdef
without numbers "123". same true entering other numbers.
bug or feature? ;-)
i found solution!
"mausebedienung" activated in "systemeinstellungen" - "bedienungshilfen". every number mapped mouse-movement.
i'm sorry @ don't know english translations. guess:
- system preferences
- ...assistance
- mouse ...
Comments
Post a Comment