sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35099
[Bug 1503550] Re: type() types multiple chars with capital
Sorry, but I cannot reproduce this behavior with different apps:
example:
# chrome is running
App("chrome").focus()
win = App.focusedWindow()
wait(1)
type("l", Key.CTRL)
type("v", Key.SHIFT)
wait(3) # time to watch ;-)
What I see as result is one uppercase v
** Changed in: sikuli
Status: New => Opinion
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 1.1.0
** Summary changed:
- type() types multiple chars with capital
+ [1.1.0] type() types multiple chars with capital
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1503550
Title:
[1.1.0] type() types multiple chars with capital
Status in Sikuli:
Opinion
Bug description:
This is the 2015-09-25 daily.
I need to type a capital "V". I've tried both:
type("V")
and:
type("v", Key.SHIFT)
In both cases, my app behaves as if I've typed *both* capital and
lower case "v".
The only relevant debug is:
[debug] TYPE "V"
[debug] Region: TYPE "V"
Or:
[debug] ( Shift ) TYPE "v"
[debug] Region: ( Shift ) TYPE "v"
(not blocking for me, just fyi…)
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1503550/+subscriptions
References