1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:47:35 +00:00

Keymap: Add FR keymap layout

This adds the standard French "AZERTY" keyboard layout. Some keys are unmapped
because some characters are not supported : ²éèçà°€¨£¤ùµ§
This commit is contained in:
redoste 2020-03-24 17:53:46 +01:00 committed by Andreas Kling
parent fac6f62cf7
commit 30649ed93f

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

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