Merge pull request #12 from kaedroho/fix/gb-layout-syntax

Fix a couple of syntax errors in keymap.rs
This commit is contained in:
Jeremy Soller
2017-04-23 11:22:54 -06:00
committed by GitHub
+2 -2
View File
@@ -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'],