We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01e950c + 97414c8 commit 48ca9d0Copy full SHA for 48ca9d0
keymapper.go
@@ -103,22 +103,22 @@ var keyCodeMap = map[uint16]string{
103
99: "PRT_SCR",
104
100: "R_ALT",
105
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",
+ 102: "HOME",
+ 103: "UP",
+ 104: "PGUP",
+ 105: "LEFT",
+ 106: "RIGHT",
+ 107: "END",
+ 108: "DOWN",
+ 109: "PGDN",
+ 110: "INSERT",
+ 111: "DEL",
116
112: "",
117
113: "",
118
114: "",
119
115: "",
120
116: "",
121
117: "",
122
118: "",
123
- 119: "Pause",
+ 119: "PAUSE",
124
}
0 commit comments