From 62a1499275bbfb3c8f9315432aac1d6357e3127f Mon Sep 17 00:00:00 2001 From: Aaron Cottle Date: Tue, 21 Sep 2021 14:50:04 +1000 Subject: [PATCH] Added Colemak-DH support Colemak DH is the most common mod of colemak and either support should be added like this or the ability to upload custom keymaps as json files should be added (happy to try to implement this feature if it's wanted) --- src/js/keymap.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/js/keymap.js b/src/js/keymap.js index a0d0d00..8f759ed 100644 --- a/src/js/keymap.js +++ b/src/js/keymap.js @@ -47,6 +47,14 @@ var Layouts = { "ARSTDHNEIO'\\", "ZXCVBKM,./" ], + + // Colemak DH-m keyboard + CO_DH: [ + "1234567890-=", + "QWFPBJLUY;[]\\", + "ARSTGMNEIO'", + "ZXCDVKH,./" + ] }; // Map of irregular keycodes