← Back to team overview

sikuli-driver team mailing list archive

[Bug 1503550] Re: [1.1.0] type() types multiple chars with capital

 

Hello,
I'm quite a newbe but love Sikuli so far!

I have the same problem, all my typing appears in lower case in the app I'm testing.
(or in capitals when caps lock is on)

http://www2.saplinglearning.com/help/when-i-try-type-letters-i-only-get-numbers-capital-letters-or-lowercase-letters
Tried all settings here too 
(well, not yet reinstalled flash plugin)

any of the tricks as above didn't do the trick for me.
Am using Sikuli 1.1.1 on mac, but typing in a windows app via parallels

Any advise welcome!
big thanks

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