From 586e3d201049904186c536bba532c98d65ed499f Mon Sep 17 00:00:00 2001 From: lordwelch Date: Tue, 7 Nov 2017 14:37:37 -0700 Subject: [PATCH] Add tab,newline and space --- dvorak.json | 12 ++++++++++++ qwerty.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dvorak.json b/dvorak.json index ab0ed1e..a2a6328 100644 --- a/dvorak.json +++ b/dvorak.json @@ -374,5 +374,17 @@ "~": { "modifier": "00000010", "decimal": 53 + }, + "\t": { + "modifier": "00000000", + "decimal": 43 + }, + "\n": { + "modifier": "00000000", + "decimal": 40 + }, + " ": { + "modifier": "00000000", + "decimal": 44 } } diff --git a/qwerty.json b/qwerty.json index 4715871..88523a3 100644 --- a/qwerty.json +++ b/qwerty.json @@ -374,5 +374,17 @@ "~": { "modifier": "00000010", "decimal": 53 + }, + "\t": { + "modifier": "00000000", + "decimal": 43 + }, + "\n": { + "modifier": "00000000", + "decimal": 40 + }, + " ": { + "modifier": "00000000", + "decimal": 44 } }