Details
Description
When trying to get the KeyCode instance of DEAD_CIRCUMFLEX using the method getKeyCode(String name), we obtain the instance of CIRCUMFLEX.
In fact, the name of DEAD_CIRCUMFLEX is Circumflex, it should be "Dead Circumflex"
KeyCode.java, Line: 640: DEAD_CIRCUMFLEX(0x82, "Circumflex")
KeyCode.java, Line: 755: CIRCUMFLEX(0x0202, "Circumflex")
In fact, the name of DEAD_CIRCUMFLEX is Circumflex, it should be "Dead Circumflex"
KeyCode.java, Line: 640: DEAD_CIRCUMFLEX(0x82, "Circumflex")
KeyCode.java, Line: 755: CIRCUMFLEX(0x0202, "Circumflex")