From 058ab81c24225008dc2e2a6d16779888fbee656f Mon Sep 17 00:00:00 2001 From: Zorby Date: Sat, 27 Aug 2022 11:57:18 +0200 Subject: [PATCH] Base: Add czech programmers keymap This is just the en-us keymap with czech characters accessible in combination with alt-gr, similar to the Czech Programmers Keyboard in Windows. --- Base/res/keymaps/cs-cz-programmers.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Base/res/keymaps/cs-cz-programmers.json diff --git a/Base/res/keymaps/cs-cz-programmers.json b/Base/res/keymaps/cs-cz-programmers.json new file mode 100644 index 0000000000..7978317593 --- /dev/null +++ b/Base/res/keymaps/cs-cz-programmers.json @@ -0,0 +1,7 @@ +{ + "map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "\b", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "[", "]", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", ";", "'", "`", "", "\\", "z", "x", "c", "v", "b", "n", "m", ",", ".", "/", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "\\", "", "", "" ], + "shift_map": [ "", "\u001B", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "_", "+", "\b", "\t", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "{", "}", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", ":", "\"", "~", "", "|", "Z", "X", "C", "V", "B", "N", "M", "<", ">", "?", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "|", "", "", "" ], + "alt_map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "\b", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "[", "]", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", ";", "'", "`", "", "\\", "z", "x", "c", "v", "b", "n", "m", ",", ".", "/", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "\\", "", "", "" ], + "altgr_map": [ "", "\u001B", "+", "ě", "š", "č", "ř", "ž", "ý", "á", "í", "é", "=", "´", "\b", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "ú", ")", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "ů", "§", "¨", "", "\\", "z", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "<", "", "", "" ], + "shift_altgr_map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "%", "ˇ", "\b", "\t", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "/", "(", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", "\"", "!", "'", "", "|", "Z", "X", "C", "V", "B", "N", "M", "?", ":", "_", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", ">", "", "", "" ] +}