sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #18331
Re: [Question #160849]: Key.Right not working on Mac OS X 10.6.7 ???
Question #160849 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/160849
Miguel Martinez posted a new comment:
I am running 10.6.8 and also having this trouble.
In my example I am simply trying to switch to TextEdit.app and move the
cursor one character to the right.
Code:
App.focus("TextEdit.app")
wait(1)
type(Key.RIGHT)
The following code, on the other hand, works in focusing on TextEdit.app
and moving the cursor one character UP!
Code:
App.focus("TextEdit.app")
wait(1)
type(Key.UP)
This is sort of frustrating since my current primary use for the tool is programatic text manipulation using very large text files.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.