aboutsummaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/win.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/win.go b/win/win.go
index af0f4e8..9d28bd1 100644
--- a/win/win.go
+++ b/win/win.go
@@ -129,8 +129,7 @@ func makeGLFWWin(o *options) (*glfw.Window, error) {
// left right middle
// <key> is one of:
// left right up down escape space backspace delete enter
-// tab home end pageup pagedown shift shift ctrl ctrl alt
-// alt
+// tab home end pageup pagedown shift ctrl alt
type Win struct {
eventsOut <-chan gui.Event
eventsIn chan<- gui.Event