← Back to team overview

sikuli-driver team mailing list archive

[Bug 1696381] [NEW] type("i", KeyModifier.CTRL + KeyModifier.SHIFT) does not work on Mac

 

Public bug reported:

I have an application which handles "Control + Shift + i" keys combination.
The application is NodeJS based and it is supported on Ubuntu, Windows and Mac.

When I execute type("i", KeyModifier.SHIFT + KeyModifier.CTRL) on
windows, it works well. But on Mac, it does not work.

Before executing this line, I activate the window of my app by clicking it. 
Also, I am able to use the keys manually in the aplication but not through sikulix script.

My guess is that the issue is related to "Control" key handling on Mac.
I verified that the type() function works with the SHIFT and Command key modifiers on Mac.


SikuliX version: 1.1.1
MacOS: OS X EI Caption 10.11.6 (MacBook Pro)

** Affects: sikuli
     Importance: Undecided
         Status: New


** Tags: control macos type

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

Title:
  type("i", KeyModifier.CTRL + KeyModifier.SHIFT) does not work on Mac

Status in Sikuli:
  New

Bug description:
  I have an application which handles "Control + Shift + i" keys combination.
  The application is NodeJS based and it is supported on Ubuntu, Windows and Mac.

  When I execute type("i", KeyModifier.SHIFT + KeyModifier.CTRL) on
  windows, it works well. But on Mac, it does not work.

  Before executing this line, I activate the window of my app by clicking it. 
  Also, I am able to use the keys manually in the aplication but not through sikulix script.

  My guess is that the issue is related to "Control" key handling on Mac.
  I verified that the type() function works with the SHIFT and Command key modifiers on Mac.

  
  SikuliX version: 1.1.1
  MacOS: OS X EI Caption 10.11.6 (MacBook Pro)

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


Follow ups