Skip to content

Commit 0cdd2fe

Browse files
authored
Merge pull request #55 from SLUCHABLUB/master
Give the super key a name distinct from the meta key
2 parents 88415df + 6a73bc5 commit 0cdd2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/introprog/PixelWindow.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object PixelWindow:
1313
import java.awt.event.KeyEvent._
1414
Map(
1515
VK_META -> "Meta",
16-
VK_WINDOWS -> "Meta",
16+
VK_WINDOWS -> "Super",
1717
VK_CONTROL -> "Ctrl",
1818
VK_ALT -> "Alt",
1919
VK_ALT_GRAPH -> "Alt Gr",
@@ -362,4 +362,4 @@ class PixelWindow(
362362
frame.pack()
363363
frame.setVisible(true)
364364
}
365-
}
365+
}

0 commit comments

Comments
 (0)