mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +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:
parent
fac6f62cf7
commit
30649ed93f
1 changed files with 5 additions and 0 deletions
5
Base/res/keymaps/fr.json
Normal file
5
Base/res/keymaps/fr.json
Normal 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", ",", ";", ":", "!", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "|", "", "", ""]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue