Skip to content

Commit 48ca9d0

Browse files
authored
Merge pull request #19 from zveinn/uppercase-fix
These should be uppercase in order to be used with Write and WriteOnce
2 parents 01e950c + 97414c8 commit 48ca9d0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

keymapper.go

+11-11
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,22 @@ var keyCodeMap = map[uint16]string{
103103
99: "PRT_SCR",
104104
100: "R_ALT",
105105
101: "",
106-
102: "Home",
107-
103: "Up",
108-
104: "PgUp",
109-
105: "Left",
110-
106: "Right",
111-
107: "End",
112-
108: "Down",
113-
109: "PgDn",
114-
110: "Insert",
115-
111: "Del",
106+
102: "HOME",
107+
103: "UP",
108+
104: "PGUP",
109+
105: "LEFT",
110+
106: "RIGHT",
111+
107: "END",
112+
108: "DOWN",
113+
109: "PGDN",
114+
110: "INSERT",
115+
111: "DEL",
116116
112: "",
117117
113: "",
118118
114: "",
119119
115: "",
120120
116: "",
121121
117: "",
122122
118: "",
123-
119: "Pause",
123+
119: "PAUSE",
124124
}

0 commit comments

Comments
 (0)