diff --git a/ps2d/src/keymap.rs b/ps2d/src/keymap.rs index 41ea1d2c74..34860c5d58 100644 --- a/ps2d/src/keymap.rs +++ b/ps2d/src/keymap.rs @@ -74,7 +74,7 @@ pub mod us { } pub mod gb { - static GB: [[char; 2]; 58] = [ + static GB: [[char; 2]; 87] = [ ['\0', '\0'], ['\x1B', '\x1B'], ['1', '!'], @@ -132,7 +132,7 @@ pub mod gb { ['\0', '\0'], ['\0', '\0'], ['\0', '\0'], - [' ', ' '] + [' ', ' '], ['\0', '\0'], ['\0', '\0'], ['\0', '\0'],