Base: Add trq.json and en.json

This commit is contained in:
Hüseyin ASLITÜRK 2019-11-23 10:46:50 +03:00 committed by Andreas Kling
parent e691d16f1c
commit 197b2dcd36
Notes: sideshowbarker 2024-07-19 11:05:32 +09:00
2 changed files with 10 additions and 0 deletions

5
Base/res/keymaps/en.json Normal file
View file

@ -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", ",", ".", "/", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "\\", "", "", ""]
}

View file

@ -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", "", "", "", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "|", "", "", ""]
}