sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21556
[Bug 1236688] Re: "keyDown(Key.SHIFT+Key.END)" does not work
If this should work at all:
type(Key.END, KeyModifier.SHIFT)
which means holding shift, while typing end, which is the correct
simulation.
... but there are some problems with these shortcuts in some situations
(selection does not work)
--- what is the best way to clear all the uncertain contents in a text box?
usually this works:
type("a", KeyModifier.CTRL)
type(Key.BACKSPACE)
after having given focus to the text area somehow.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1236688
Title:
"keyDown(Key.SHIFT+Key.END)" does not work
Status in Sikuli:
New
Bug description:
sikuli ide 1.0.1 + windows7 32bit
I try to select some texts using "keyDown(Key.SHIFT+Key.END)",but it
does not work.
BTW,what is the best way to clear all the uncertain contents in a text
box?
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1236688/+subscriptions
References