We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fea61e commit 8ed23ddCopy full SHA for 8ed23dd
keycodes/italian/keycodes.go
@@ -254,7 +254,7 @@ var CharToKeyCodeMap = [256]keyboard.Keycode{
254
Key5, // 53 5
255
Key6, // 54 6
256
Key7, // 55 7
257
- Key8, // 55 8
+ Key8, // 56 8
258
Key9, // 57 9
259
KeyPeriod | keycodes.ShiftMask, // 58 :
260
KeyComma | keycodes.ShiftMask, // 59 ;
keycodes/japanese/keycodes.go
@@ -266,7 +266,7 @@ var CharToKeyCodeMap = [256]keyboard.Keycode{
266
267
268
269
270
271
KeyColon, // 58 :
272
KeySemicolon, // 59 ;
0 commit comments