[Sikuli-driver] [Bug 1503550] Re: type() types multiple chars with capital

2015-10-07 Thread RaiMan
Thanks for the hint, but I did not have any problem with the final version of 1.1.0, which is out now. -- 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: type() types multiple chars wit

[Sikuli-driver] [Bug 1503550] Re: type() types multiple chars with capital

2015-10-07 Thread Glowing Crystalline Entity
Ok, I'll check when I update, 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: type() types multiple chars with capital Status in Sikuli: New Bug description: This is th

[Sikuli-driver] [Bug 1503550] Re: type() types multiple chars with capital

2015-10-13 Thread Glowing Crystalline Entity
(but, btw, I can live with this. Getting OCR working is *much* higher priority!!! ;-) ) -- 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: type() types multiple chars with capital Sta

[Sikuli-driver] [Bug 1503550] Re: type() types multiple chars with capital

2015-10-13 Thread Glowing Crystalline Entity
This is still happening for me, with the 1.1.0 release. A simple (Python) test function as: def testFun3(): init() MyAppRegion.type("v", Key.SHIFT) time.sleep(3) ... causes the app to behave as if both a V and a v have been sent. If I manually type V and v, the app does the same

[Sikuli-driver] [Bug 1503550] Re: type() types multiple chars with capital

2015-10-13 Thread RaiMan
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: