Last active
August 6, 2016 20:51
-
-
Save robertdale/3656988a8b1d0516d0300c465b294273 to your computer and use it in GitHub Desktop.
column staggered half
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "column staggered half" | |
}, | |
[ | |
{ | |
"x": 3 | |
}, | |
"#\n3" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"x": 2 | |
}, | |
"@\n2", | |
{ | |
"x": 1 | |
}, | |
"$\n4" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"x": 5 | |
}, | |
"%\n5" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"a": 7 | |
}, | |
"", | |
{ | |
"a": 4 | |
}, | |
"!\n1" | |
], | |
[ | |
{ | |
"y": -0.375, | |
"x": 3 | |
}, | |
"E" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"x": 2 | |
}, | |
"W", | |
{ | |
"x": 1 | |
}, | |
"R" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"x": 5 | |
}, | |
"T" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"a": 7 | |
}, | |
"", | |
{ | |
"a": 4 | |
}, | |
"Q" | |
], | |
[ | |
{ | |
"y": -0.375, | |
"x": 3 | |
}, | |
"D" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"x": 2 | |
}, | |
"S", | |
{ | |
"x": 1 | |
}, | |
"F" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"x": 5 | |
}, | |
"G" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"a": 7 | |
}, | |
"", | |
{ | |
"a": 4 | |
}, | |
"A" | |
], | |
[ | |
{ | |
"y": -0.375, | |
"x": 3 | |
}, | |
"C" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"x": 2 | |
}, | |
"X", | |
{ | |
"x": 1 | |
}, | |
"V" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"x": 5 | |
}, | |
"B" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"a": 7 | |
}, | |
"", | |
{ | |
"a": 4 | |
}, | |
"Z" | |
], | |
[ | |
{ | |
"y": -0.375, | |
"x": 3, | |
"a": 7 | |
}, | |
"" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"x": 2 | |
}, | |
"", | |
{ | |
"x": 1, | |
"a": 4 | |
}, | |
"Down" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"x": 5 | |
}, | |
"Enter" | |
], | |
[ | |
{ | |
"y": -0.875, | |
"a": 7 | |
}, | |
"", | |
"", | |
{ | |
"x": 4, | |
"a": 4 | |
}, | |
"LT" | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment