From 197b2dcd3635d0204d0671d0617055777d041354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20ASLIT=C3=9CRK?= Date: Sat, 23 Nov 2019 10:46:50 +0300 Subject: [PATCH] Base: Add trq.json and en.json --- Base/res/keymaps/en.json | 5 +++++ Base/res/keymaps/trq.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 Base/res/keymaps/en.json create mode 100644 Base/res/keymaps/trq.json diff --git a/Base/res/keymaps/en.json b/Base/res/keymaps/en.json new file mode 100644 index 00000000000..66120843f4e --- /dev/null +++ b/Base/res/keymaps/en.json @@ -0,0 +1,5 @@ +{ + "map": [ "", "0x33", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "0x08", "\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", ",", ".", "/", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "\\", "", "", ""], + "shift_map": [ "", "0x33", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "_", "+", "0x08", "\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", "<", ">", "?", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "|", "", "", ""], + "alt_map": [ "", "0x33", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "0x08", "\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", ",", ".", "/", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "\\", "", "", ""] +} \ No newline at end of file diff --git a/Base/res/keymaps/trq.json b/Base/res/keymaps/trq.json new file mode 100644 index 00000000000..be8f5cb2279 --- /dev/null +++ b/Base/res/keymaps/trq.json @@ -0,0 +1,5 @@ +{ + "map": [ "", "0x33", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "*", "-", "0x08", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "g", "u", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "s", "i", "\"", "", ",", "z", "x", "c", "v", "b", "n", "m", "o", "c", ".", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "<", "", "", ""], + "shift_map": [ "", "0x33", "!", "'", "^", "+", "%", "&", "/", "(", ")", "=", "?", "_", "0x08", "\t", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "G", "U", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", "S", "I", "", "", ";", "Z", "X", "C", "V", "B", "N", "M", "O", "C", ":", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", ">", "", "", ""], + "alt_map": [ "", "0x33", "", "", "#", "$", "", "", "{", "[", "]", "}", "\\", "|", "0x08", "\t", "@", "", "", "", "", "", "", "", "", "", "", "~", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "s", "i", "", "", "`", "z", "x", "c", "v", "b", "n", "m", "", "", "", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "|", "", "", ""] +}