diff options
author | xSlendiX <gamingxslendix@gmail.com> | 2021-05-01 20:49:23 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-01 20:07:27 +0200 |
commit | 1dec93f45c1a2b58c203373c43bd8acee77192a8 (patch) | |
tree | da27d62d7d251c77a769196fdb28a6b9319ebc2b /Base/res/keymaps | |
parent | 370231c05c11da30f4d1f4d259f3dc0fee6c5f7f (diff) | |
download | serenity-1dec93f45c1a2b58c203373c43bd8acee77192a8.zip |
Keymap: Added Romanian layout
Diffstat (limited to 'Base/res/keymaps')
-rw-r--r-- | Base/res/keymaps/ro.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Base/res/keymaps/ro.json b/Base/res/keymaps/ro.json new file mode 100644 index 0000000000..fed5a5908a --- /dev/null +++ b/Base/res/keymaps/ro.json @@ -0,0 +1,8 @@ +{ + "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", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "\b", "\t", "â", "ß", "€", "r", "ț", "y", "u", "î", "o", "§", "{", "]", "\n", "", "ă", "ș", "đ", "f", "g", "h", "j", "k", "l", ";", "'", "`", "", "\\", "z", "x", "©", "v", "b", "n", "m", "«", "»", "/", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "\\", "", "", ""], + "shift_altgr_map": [ "", "\u001B", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "_", "+", "\b", "\t", "Â", "ẞ", "E", "R", "Ț", "Y", "U", "Î", "O", "P", "{", "}", "\n", "", "Ă", "Ș", "Đ", "F", "G", "H", "J", "K", "L", ":", "\"", "~", "", "|", "Z", "X", "C", "V", "B", "N", "M", "<", ">", "?", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "|", "", "", ""] +} +
\ No newline at end of file |