summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorEmir Sarı <bitigchi@me.com>2021-11-27 00:40:18 +0300
committerAndreas Kling <kling@serenityos.org>2021-11-28 08:06:28 +0100
commit343de29652ec5f543fb7c9adf0092c60c8e69c3f (patch)
tree90bc1c99ba6edc4dbc952ba2d0f83f7555c26998 /Base
parented5a4f2938ec1f7ba50f41573b5dbba5a598da2f (diff)
downloadserenity-343de29652ec5f543fb7c9adf0092c60c8e69c3f.zip
Keymaps: Add Turkish-F Keymap
Diffstat (limited to 'Base')
-rw-r--r--Base/res/keymaps/trf.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/res/keymaps/trf.json b/Base/res/keymaps/trf.json
new file mode 100644
index 0000000000..e71f5cc7f9
--- /dev/null
+++ b/Base/res/keymaps/trf.json
@@ -0,0 +1,6 @@
+{
+ "map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "/", "-", "\b", "\t", "f", "g", "ğ", "ı", "o", "d", "r", "n", "h", "p", "q", "w", "\n", "", "u", "i", "e", "a", "ü", "t", "k", "m", "l", "y", "ş", "<", "", "x", "j", "ö", "v", "c", "ç", "z", "s", "b", ".", ",", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "<", "", "", ""],
+ "shift_map": [ "", "\u001B", "!", "\"", "^", "$", "%", "&", "'", "(", ")", "=", "?", "_", "\b", "\t", "F", "G", "Ğ", "I", "O", "D", "R", "N", "H", "P", "Q", "W", "\n", "", "U", "İ", "E", "A", "Ü", "T", "K", "M", "L", "Y", "Ş", ">", "", "X", "J", "Ö", "V", "C", "Ç", "Z", "S", "B", ":", ";", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", ">", "", "", ""],
+ "alt_map": [ "", "\u001B", "¡", "™", "#", "¢", "∞", "+", "{", "[", "]", "}", "/", "|", "\b", "\t", "@", "∑", "´", "", "", "", "", "", "", "", "", "~", "\n", "", "", "", "€", "", "", "₺", "", "", "", "¥", "", "`", "", "*", "", "", "", "", "", "", "", "", "", "", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "|", "", "", ""],
+ "shift_altgr_map": [ "", "\u001B", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "\n", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]
+}