Hello, Please review a fix for 8019265: [macosx] apple.laf.useScreenMenuBar regression comparing with jdk6 . The problem here is that NsCharToJavaChar() function we use for translating keystrokes returns CHAR_UNDEFINED for keys like arrows, which is undesirable in case of CMenuItem.
bug: http://bugs.sun.com/view_bug.do?bug_id=8019265 webrev: http://cr.openjdk.java.net/~leonidr/8019265/webrev.00/ Thanks, Leonid.