Skip to content

Commit

Permalink
Exchange sqbrkts with angle quotes; fix back to syllabics key.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Mar 27, 2020
1 parent 8f089d1 commit 745653b
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

SYLLABICS_KEY = {"id": "K_SCROLL", "text": "ᓀᐦᐃᔭᐤ", "nextlayer": "default"}
SYLLABICS_KEY = {"id": "K_SCROLL", "text": "ᓀᐦᐃᔭᐤ", "nextlayer": "default", "sp": "1"}
WIDE_SYLLABICS_KEY = {**SYLLABICS_KEY, "width": "150"}

NUMERIC_LAYERS = [
Expand Down Expand Up @@ -85,22 +85,22 @@
"nextlayer": "latin",
},
{
"id": "K_LBRKT",
"text": "[",
"id": "U_00AB",
"text": "«",
"pad": "",
"sk": [
{"id": "U_00AB", "text": "«"},
{"id": "K_LBRKT", "text": "["},
{"id": "K_COMMA", "text": "<", "layer": "shift"},
{"id": "K_LBRKT", "text": "{", "layer": "shift"},
],
},
{"id": "K_9", "text": "(", "layer": "shift"},
{"id": "K_0", "text": ")", "layer": "shift"},
{
"id": "K_RBRKT",
"text": "]",
"id": "U_00BB",
"text": "»",
"sk": [
{"id": "U_00BB", "text": "»"},
{"id": "K_RBRKT", "text": "]"},
{"id": "K_PERIOD", "text": ">", "layer": "shift"},
{"id": "K_RBRKT", "text": "}", "layer": "shift"},
],
Expand Down

0 comments on commit 745653b

Please sign in to comment.