Merge pull request #12 from kaedroho/fix/gb-layout-syntax
Fix a couple of syntax errors in keymap.rs
This commit is contained in:
+2
-2
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user