Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sikuli java api does not support non english keyboard layout #47

Open
doubleshow opened this issue Jun 13, 2013 · 2 comments
Open

Sikuli java api does not support non english keyboard layout #47

doubleshow opened this issue Jun 13, 2013 · 2 comments

Comments

@doubleshow
Copy link
Member

Original author: [email protected] (April 12, 2013 11:47:54)

    <groupId>org.sikuli</groupId>
    <artifactId>sikuli-api</artifactId>
    <version>1.0.2</version>

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

@doubleshow
Copy link
Member Author

From [email protected] on April 12, 2013 16:13:29
This makes it sound to me like it might be a Java problem (Sikuli uses the AWT Robot to perform its keyboard operations): http://stackoverflow.com/questions/14034069/java-robot-check-symbol-key

@ELNIG
Copy link

ELNIG commented Sep 17, 2014

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.

/Niclas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants