← Back to team overview

sikuli-driver team mailing list archive

[Bug 894312] [NEW] Selecting text using SHIFT + HOME does not work

 

Public bug reported:

Version 1.0rc3 (r905)
OS: Windows 7 64

I'm trying to select text using SHIFT + direction key, e.g. UP, DOWN, HOME, END and so on (and then copy content to clipboards).
The sikuli will just move the cursor to desired position, without selecting/highlighting the text.
Example:

#open a text editor
type("foo")
type(Key.HOME)
type(Key.END, KeyModifier.SHIFT)

** 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/894312

Title:
  Selecting text using SHIFT + HOME does not work

Status in Sikuli:
  New

Bug description:
  Version 1.0rc3 (r905)
  OS: Windows 7 64

  I'm trying to select text using SHIFT + direction key, e.g. UP, DOWN, HOME, END and so on (and then copy content to clipboards).
  The sikuli will just move the cursor to desired position, without selecting/highlighting the text.
  Example:

  #open a text editor
  type("foo")
  type(Key.HOME)
  type(Key.END, KeyModifier.SHIFT)

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


Follow ups

References