We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88415df commit 6a73bc5Copy full SHA for 6a73bc5
src/main/scala/introprog/PixelWindow.scala
@@ -13,7 +13,7 @@ object PixelWindow:
13
import java.awt.event.KeyEvent._
14
Map(
15
VK_META -> "Meta",
16
- VK_WINDOWS -> "Meta",
+ VK_WINDOWS -> "Super",
17
VK_CONTROL -> "Ctrl",
18
VK_ALT -> "Alt",
19
VK_ALT_GRAPH -> "Alt Gr",
@@ -362,4 +362,4 @@ class PixelWindow(
362
frame.pack()
363
frame.setVisible(true)
364
}
365
-}
+}
0 commit comments