When JVM starts, It loads current OS keysym mappings for a specific key. When I change dinamically OS key mappings with “xmodmap”, JVM can’t recognize the change, and still use’s old keysyms.
How can I force programatically JVM to reread OS key mappings?
When JVM starts, It loads current OS keysym mappings for a specific key. When
Share
Oracle: Troubleshooting guide for java desktop technologies
Seems the answer is: not.