Skip to content

Instantly share code, notes, and snippets.

@bluesquall
Last active April 25, 2017 00:46
Show Gist options
  • Select an option

  • Save bluesquall/064577778cc7ac125e35df45a0978104 to your computer and use it in GitHub Desktop.

Select an option

Save bluesquall/064577778cc7ac125e35df45a0978104 to your computer and use it in GitHub Desktop.
reflector
[
{
"name": "reflector",
"author": "mjs",
"background": {
"name": "Steel brushed wavy",
"style": "background-image: url('/bg/metal/iron_texture61.jpg');"
},
"switchMount": "cherry",
"switchBrand": "cherry",
"switchType": "MX1A-C1xx"
},
[
{
"a": 5,
"f": 4,
"fa": [
3,
1
]
},
"&divide\n∇\n\n\n\n\n-",
"\n∅\n\n\n\n\n0",
"&times\n∑\n\n\n\n\n+",
{
"a": 7,
"f": 3
},
"=",
{
"x": 0.25
},
"Esc",
"Q",
"W",
"E",
"R",
"T",
"Y",
"U",
"I",
"O",
"P",
"Back Space"
],
[
{
"a": 5,
"f": 4,
"f2": 1
},
"\n⊥\n\n\n\n\n3",
{
"fa": [
3,
1
]
},
"↑\n∧\n\n\n\n\n2",
"\nGP\n\n\n\n\n1",
{
"a": 7,
"f": 3,
"fa": [
7
]
},
"<i class='kb kb-Unicode-Enter-1'></i>",
{
"x": 0.25,
"f": 3
},
"Tab",
{
"f": 3
},
"A",
{
"f": 3
},
"S",
{
"f": 3
},
"D",
{
"f": 3
},
"F",
{
"f": 3
},
"G",
{
"f": 3
},
"H",
{
"f": 3
},
"J",
{
"f": 3
},
"K",
{
"f": 3
},
"L",
{
"a": 5,
"f": 3
},
":\n\n\n\n\n\n;",
{
"a": 7,
"f": 3
},
"'"
],
[
{
"a": 5,
"f": 4,
"fa": [
3,
1
]
},
"&larr;\n&lang;\n\n\n\n\n6",
"\n&sdot;\n\n\n\n\n5",
"&rarr;\n&rang;\n\n\n\n\n4",
{
"f": 3
},
"&deg;\n\n\n\n\n\n.",
{
"x": 0.25,
"a": 7
},
"Shift",
{
"a": 5
},
"<\n\n\n\n\n\n,",
{
"a": 7
},
"Z",
"X",
"C",
"V",
"B",
"N",
"M",
{
"a": 5
},
">\n\n\n\n\n\n.",
{
"a": 7
},
"&uarr;\n\n\n\n<i class='kb kb-Unicode-Page-Up-3'></i>",
{
"a": 5
},
"|\n\n\n\n\n\n\\"
],
[
{
"f": 4,
"f2": 1
},
"\n&exist;\n\n\n\n\n9",
{
"fa": [
3,
1
]
},
"&darr;\n&forall;\n\n\n\n\n8",
"\n&infin;\n\n\n\n\n7",
{
"a": 7,
"f": 3
},
"<i class='kb kb-Unicode-Lock-Closed-1'></i>",
{
"x": 0.25
},
"Ctrl",
"Alt",
"Del",
"OS",
"&dArr;",
"Space",
"Return",
"&uArr;",
{
"a": 5
},
"?\n\n\n\n\n\n/",
{
"a": 7
},
"&larr;\n\n\n\n<i class='kb kb-Arrows-Top-3'></i>",
"&darr;\n\n\n\n<i class='kb kb-Unicode-Page-Down-3'></i>",
"&rarr;\n\n\n\n<i class='kb kb-Arrows-Bottom-3'></i>"
]
]

Inspired by Ono-Sendai Matrix 83

Duplicated:

  • Return/Enter: So that the number cluster has an enter right next to a tab for data entry.
  • . (i.e., period) So that there is a decimal in the number cluster.

Missing:

  • _: This looks like it wants an underscore somewhere easily accessible on the top layer for writing code. But maybe that should just be a Shift+Space?

  • []{}: square and curly braces. Maybe put them in a layer of the number cluster?

  • `~: Tilde/backtick is also missing on the top layer. Not sure I care about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment