You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a problem with Swedish keyboard layout, due to unsupported characters. For example "åäö".
It would be nice if we could extend the Key class to match our own layout, and have the robot use the new one. It is hardcoded and private right now.
Original author: [email protected] (April 12, 2013 11:47:54)
Running on Windows 7 64 bit.
I'm using an azerty layout (standard in Belgium):
new DesktopKeyboard().type("123");
it enters the following: &é"
These symbols are on the same keys as 123, but are normally activated by pressing SHIFT.
When I switch my keyboard layout in windows to English US everything works fine.
Philippe
Original issue: http://code.google.com/p/sikuli-api/issues/detail?id=47
The text was updated successfully, but these errors were encountered: