Skip to content

Commit

Permalink
Place bracket long press on the parens instead of quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Mar 30, 2020
1 parent 6995dc9 commit 15024c5
Showing 1 changed file with 22 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,26 @@
{"id": "K_7", "text": "&", "layer": "shift"},
{"id": "K_HYPHEN", "text": "_", "layer": "shift"},
{"id": "K_HYPHEN", "text": "-"},
{"id": "K_9", "text": "(", "layer": "shift"},
{"id": "K_0", "text": ")", "layer": "shift"},
{
"id": "K_9",
"text": "(",
"layer": "shift",
"sk": [
{"id": "K_LBRKT", "text": "["},
{"id": "K_COMMA", "text": "<", "layer": "shift"},
{"id": "K_LBRKT", "text": "{", "layer": "shift"},
],
},
{
"id": "K_0",
"text": ")",
"layer": "shift",
"sk": [
{"id": "K_RBRKT", "text": "]"},
{"id": "K_PERIOD", "text": ">", "layer": "shift"},
{"id": "K_RBRKT", "text": "}", "layer": "shift"},
],
},
{"id": "K_EQUAL", "text": "=", "layer": "latin"},
{"id": "K_5", "text": "%", "layer": "shift"},
],
Expand All @@ -85,26 +103,9 @@
"sp": "1",
"nextlayer": "latin",
},
{
"id": "U_00AB",
"text": "«",
"pad": "",
"sk": [
{"id": "K_LBRKT", "text": "["},
{"id": "K_COMMA", "text": "<", "layer": "shift"},
{"id": "K_LBRKT", "text": "{", "layer": "shift"},
],
},
{"id": "U_00AB", "text": "«"},
{"id": "K_8", "text": "*", "layer": "shift"},
{
"id": "U_00BB",
"text": "»",
"sk": [
{"id": "K_RBRKT", "text": "]"},
{"id": "K_PERIOD", "text": ">", "layer": "shift"},
{"id": "K_RBRKT", "text": "}", "layer": "shift"},
],
},
{"id": "U_00BB", "text": "»"},
{"id": "K_COMMA", "text": ","},
{"id": "K_SLASH", "text": "/"},
{"id": "K_1", "text": "!", "layer": "shift"},
Expand Down

0 comments on commit 15024c5

Please sign in to comment.