← Back to team overview

sikuli-driver team mailing list archive

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

 

** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => Medium

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

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

** Summary changed:

- type(Key.HOME, KeyModifier.SHIFT + KeyModifier.CTRL) fails
+ [1.0.1] type(Key.HOME, Key.SHIFT + Key.CTRL) fails in browsers

-- 
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:
  [1.0.1] type(Key.HOME, Key.SHIFT + Key.CTRL) fails in browsers

Status in Sikuli:
  In Progress

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


References