sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07220
[Bug 894312] Re: Selecting text using SHIFT + HOME does not work
confirmed, does not work on Windows (tested in Win7 32).
Every action together with the shift-key does not trigger the selection, when simulated with Sikuli.
This is so for every GUI element, that is editable.
This works on Mac.
So this is not really a Sikuli problem, but a problem of the used Java
features together with the Windows GUI.
Since I have no idea for a workaround, feel free to post a bug.
** Summary changed:
- Selecting text using SHIFT + HOME does not work
+ Windows: Selecting text using SHIFT + HOME does not work
--
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