← Back to team overview

sikuli-driver team mailing list archive

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

    Status: Open => Answered

RaiMan proposed the following answer:
same configuration - no problems here:

ap = App("Aperture")
apWin = Region(ap.window())
ap.focus()
apWin.highlight(2)
type(Key.RIGHT)

Supposing: Aperture is running and an image is selected, that has a
right neighbor

On Mac it is necessary, that the target app has focus, to accept mouse
and keyboard actions.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.