← Back to team overview

sikuli-driver team mailing list archive

[Bug 1466231] Re: [1.1.0] OS X 10.10: KeyModifier being sent to Sikuli, not to app

 

looks really odd.

So it has nothing to do wether you run the script from inside the IDE
started as app or from command line (I suggested this test, since there
are some other odd behaviours, when using the IDE as app on OS X 10.10).

The only thing I now can think of: your app loses focus after the
R-shortcut (so you have to sort out, what really happens when your app
reacts on the R-shortcut).

** Changed in: sikuli
       Status: New => Opinion

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1466231

Title:
  [1.1.0] OS X 10.10: KeyModifier being sent to Sikuli, not to app

Status in Sikuli:
  Opinion

Bug description:
  Not yet attempted in Sikuli 1.0.1.

  OS: Mac OSX Yosemite (10.10.3)

  METHOD:
  Script is as follows:
  App.focus("NameOfApp");
  type("r"); # just to confirm that the app has focus
  type("o", KeyModifier.KEY_CMD); # Cmd-O to open a file

  RESULT:
  After the second line, the app reacts to the letter R correctly, proving that the app has focus. However, the Cmd-O opens Sikuli's File Open dialog, not my product's.

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


References