From 30649ed93ff4029fca9c3e92deb678e7a8c67163 Mon Sep 17 00:00:00 2001 From: redoste Date: Tue, 24 Mar 2020 17:53:46 +0100 Subject: [PATCH] Keymap: Add FR keymap layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds the standard French "AZERTY" keyboard layout. Some keys are unmapped because some characters are not supported : ²éèçà°€¨£¤ùµ§ --- Base/res/keymaps/fr.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Base/res/keymaps/fr.json diff --git a/Base/res/keymaps/fr.json b/Base/res/keymaps/fr.json new file mode 100644 index 0000000000..ee2e545943 --- /dev/null +++ b/Base/res/keymaps/fr.json @@ -0,0 +1,5 @@ +{ + "map": [ "", "0x1B", "&", "", "\"", "'", "(", "-", "", "_", "", "", ")", "=", "\b", "\t", "a", "z", "e", "r", "t", "y", "u", "i", "o", "p", "^", "$", "\n", "", "q", "s", "d", "f", "g", "h", "j", "k", "l", "m", "", "", "", "*", "w", "x", "c", "v", "b", "n", ",", ";", ":", "!", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "<", "", "", ""], + "shift_map": [ "", "0x1B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "", "+", "\b", "\t", "A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", "", "", "\n", "", "Q", "S", "D", "F", "G", "H", "J", "K", "L", "M", "%", "~", "", "", "W", "X", "C", "V", "B", "N", "?", ".", "/", "", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", ">", "", "", ""], + "alt_map": [ "", "0x1B", "", "~", "#", "{", "[", "|", "`", "\\", "^", "@", "]", "}", "\b", "\t", "a", "z", "e", "r", "t", "y", "u", "i", "o", "p", "^", "", "\n", "", "q", "s", "d", "f", "g", "h", "j", "k", "l", "m", "", "", "*", "|", "w", "x", "c", "v", "b", "n", ",", ";", ":", "!", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "|", "", "", ""] +}