← Back to team overview

sikuli-driver team mailing list archive

[Bug 1362896] [NEW] type(Key.HOME, KeyModifier.SHIFT + KeyModifier.CTRL) fails

 

Public bug reported:

in 1.0.1 IDE, neither

 type(Key.LEFT, KeyModifier.SHIFT + KeyModifier.CTRL) 
or
 type(Key.HOME, KeyModifier.SHIFT + KeyModifier.CTRL)

behave like CTRL+SHIFT+LEFT or CTRL+SHIFT+HOME (all keys pressed
together) which select text to the left of the cursor in FF, IE, Chrome,
Opera and Safari.  Shouldn't these commands work?  I can do these
manually, but in a script they do not work the same.

thanks
Joe

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  type(Key.HOME, KeyModifier.SHIFT + KeyModifier.CTRL) fails

Status in Sikuli:
  New

Bug description:
  in 1.0.1 IDE, neither

   type(Key.LEFT, KeyModifier.SHIFT + KeyModifier.CTRL) 
  or
   type(Key.HOME, KeyModifier.SHIFT + KeyModifier.CTRL)

  behave like CTRL+SHIFT+LEFT or CTRL+SHIFT+HOME (all keys pressed
  together) which select text to the left of the cursor in FF, IE,
  Chrome, Opera and Safari.  Shouldn't these commands work?  I can do
  these manually, but in a script they do not work the same.

  thanks
  Joe

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


Follow ups

References