Skip to content

Commit

Permalink
Add additional latin and UCAS punctuation.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Jul 19, 2019
1 parent 4069d25 commit 94775f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generate-touch-layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ def dictionary_for_key(self):
"text": "᙮",
"sk": [
{"text": ",", "id": "U_002C"},
{"text": ".", "id": "U_002E"},
{"text": '"', "id": "U_0022"},
{"text": "᐀", "id": "U_1400"},
{"text": "?", "id": "U_003F"},
{"text": "!", "id": "U_0021"},
],
Expand Down

0 comments on commit 94775f4

Please sign in to comment.