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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -