From 94775f42b480f62eb4a5c708c179ca8f79eb5717 Mon Sep 17 00:00:00 2001 From: Eddie Antonio Santos Date: Fri, 19 Jul 2019 14:30:27 -0600 Subject: [PATCH] Add additional latin and UCAS punctuation. --- generate-touch-layout.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generate-touch-layout.py b/generate-touch-layout.py index 20fe411..e7f18d5 100755 --- a/generate-touch-layout.py +++ b/generate-touch-layout.py @@ -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"}, ],