java.lang.IllegalArgumentException: Key: Not supported character: m
See original GitHub issueThis only started happening from version 2.0.0. I was using 1.1.4 previously.
My SikuliX Java program is started through a Windows .bat file. If I run it from the command prompt, it’s ok. However, if I double-click to run the .bat, this exception is thrown:
The line in my program is S.type("m", Key.WIN);
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Question #692749 “Not supported character in keyDown()”
Not supported character in keyDown() I tried to run it both in IDE and command line with same result.
Read more >memcached client throws java.lang.IllegalArgumentException
But I have to use i18n. Anyway to fix it? java.lang.IllegalArgumentException: Key contains invalid characters: ``HK:00:A Kung Wan'' at net.
Read more >[Sikuli-driver] [Question #692749]: Not supported character in ...
... I'm getting an error: > [error] java.lang.IllegalArgumentException ( > java.lang.IllegalArgumentException: Key: Not supported character: ...
Read more >java.lang.IllegalArgumentException: Key must be integer ...
Somewhere in your application this is likely happening. It is unclear if the cause is in your code, or inside of a luminus...
Read more >java.lang.IllegalArgumentException – How to solve ... - YouTube
Interested in learning more about java. lang. IllegalArgumentException ?Then check out our detailed video on how to solve Illegal Argument ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello, I resolved the problem by adding English (United States) to my list of languages. The first language in my list is another variant of English.
I had the same problem with English Canada. I switched to English United States as my keyboard layout and all is working again.