← Back to team overview

sikuli-driver team mailing list archive

[Bug 894312] Re: Windows: Selecting text using SHIFT + HOME does not work

 

U may see this post-
https://answers.launchpad.net/sikuli/+question/100368

Apparently for the moment num lock has to be turned off for SHIFT+HOME to work.
I have tested it and seems fine by me.

-- 
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:
  Windows: 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


References