← Back to team overview

sikuli-driver team mailing list archive

[Bug 795061] Re: Key.Right not working on Mac OS X 10.6.7

 

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 bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/795061

Title:
  Key.Right not working on Mac OS X 10.6.7 ???

Status in Sikuli:
  Invalid

Bug description:
  I am running sikuli version X-1.0rc2 on Mac OS X 10.6.7.

  I have a sikulii script with the following:

  type(Key.RIGHT)

  running against Aperture 3.0.2.

  I have tried all of the key combinations in the sikuli documentation
  for arrows but none of them work.

  When I run sikuli log says, [log] TYPE ""

  But the key clearly doesn't fire in aperture.

  Is there anything else I could try? Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/795061/+subscriptions


References