Hello, Could you review a fix for jdk14, please?
bug: https://bugs.openjdk.java.net/browse/JDK-8232605 <https://bugs.openjdk.java.net/browse/JDK-8232605> webrev: http://cr.openjdk.java.net/~dmarkov/8232605/webrev.00/ <http://cr.openjdk.java.net/~dmarkov/8232605/webrev.00/> The key sequence “CTRL” + “F1”, which is used to show/hide tooltip message in Java GUI applications, is reserved by the system on OSX platform. The following test, which uses this key binding, should NOT be executed on Mac to avoid any confusion: open/test/jdk/javax/swing/ToolTipManager/JMenuItemToolTipKeyBindingsTest/JMenuItemToolTipKeyBindingsTest.java Thanks, Dmitry
