[Sikuli-driver] [Bug 1824694] Re: [1.1.4] Numpad keys not working together with keyDown(Key.ALT) --- workaround: use type(u"ö") instead

2019-11-07 Thread RaiMan
** Changed in: sikuli Status: In Progress => Fix Released ** Changed in: sikuli Milestone: 1.1.4 => 2.0.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1824694 Title: [1.1.4] Numpad

[Sikuli-driver] [Bug 1824694] Re: [1.1.4] Numpad keys not working together with keyDown(Key.ALT) --- workaround: use type(u"ö") instead

2019-04-14 Thread Bharatendu SOUMIL
Also cheers for fixing special chars like "@",".",":"...work perfectly fine on German keyboards with type() :), so I don't have to rely on paste() anymore :D -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1824694] Re: [1.1.4] Numpad keys not working together with keyDown(Key.ALT) --- workaround: use type(u"ö") instead

2019-04-14 Thread Bharatendu SOUMIL
Sweet :) ...does work with type(u"ö") -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1824694 Title: [1.1.4] Numpad keys not working together with keyDown(Key.ALT) --- workaround: use type(u"ö")

[Sikuli-driver] [Bug 1824694] Re: [1.1.4] Numpad keys not working together with keyDown(Key.ALT) --- workaround: use type(u"ö") instead

2019-04-14 Thread RaiMan
The type on Windows is completely revised, so it now accepts any unicode sequence. usage: type(u"äöüß@§") will type the given characters as expected. It is not yet documented, since it is only available for Windows and not for Mac. So your workaround should no longer be needed, but should