We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d46a1 commit 151ab6aCopy full SHA for 151ab6a
test/jdk/java/awt/FileDialog/MacOSGoToFolderCrash.java
@@ -45,7 +45,7 @@ public static void main(final String[] args) throws Exception {
45
Robot robot = new Robot();
46
robot.setAutoDelay(400);
47
robot.waitForIdle();
48
- // "⌘+Shift+G" – Open "Go To Folder" window
+ // "CMD+Shift+G" - Open "Go To Folder" window
49
robot.keyPress(KeyEvent.VK_META);
50
robot.keyPress(KeyEvent.VK_SHIFT);
51
robot.keyPress(KeyEvent.VK_G);
0 commit comments