8236545: Compilation error in mach5 java/awt/FileDialog/MacOSGoToFolderCrash.java

Reviewed-by: dmarkov
This commit is contained in:
Sergey Bylokhov 2020-01-03 13:40:33 -08:00
parent 39d46a1f76
commit 151ab6acc1

View File

@ -45,7 +45,7 @@ public final class MacOSGoToFolderCrash {
Robot robot = new Robot();
robot.setAutoDelay(400);
robot.waitForIdle();
// "⌘+Shift+G" Open "Go To Folder" window
// "CMD+Shift+G" - Open "Go To Folder" window
robot.keyPress(KeyEvent.VK_META);
robot.keyPress(KeyEvent.VK_SHIFT);
robot.keyPress(KeyEvent.VK_G);