Stop OSX diacritics disabling KeyBindings in Java for all users?
问题 (Note: I am aware of this question in which the user would have to enter a Terminal command to fix this issue, but I would prefer a solution in which the solution can be put into the application.) To explain, I am using KeyBindings in a Java application; however, if one holds a key like a, e, i, o, u, n, s, etc., the diacritic menu OSX uses somehow completely disables key input. It does not, however, affect mouse input if that is relevant. Here is some sample code in which the problem can be