Keymaps: Added fr-ch.json for Swiss-French keyboards (#6065)
This new file is inspired by de.json as the two keyboard layouts are very similar.
This commit is contained in:
parent
23b659e9c3
commit
0315741815
Notes:
sideshowbarker
2024-07-18 20:45:40 +09:00
Author: https://github.com/ros-dorian 🔰 Commit: https://github.com/SerenityOS/serenity/commit/03157418159 Pull-request: https://github.com/SerenityOS/serenity/pull/6065
1 changed files with 6 additions and 0 deletions
6
Base/res/keymaps/fr-ch.json
Normal file
6
Base/res/keymaps/fr-ch.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"map": ["", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "'", "^", "\b", "\t", "q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "è", "¨", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "é", "à", "§", "", "$", "y", "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", "Z", "U", "I", "O", "P", "ü", "!", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", "ö", "ä", "°", "", "£", "Y", "X", "C", "V", "B", "N", "M", ";", ":", "_", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", ">", "", "", ""],
|
||||
"alt_map": ["", "\u001B", "¦", "@", "#", "¼", "½", "¬", "|", "¢", "]", "}", "'", "~", "\b", "\t", "@", "ł", "€", "¶", "ŧ", "←", "↓", "→", "ø", "þ", "[", "]", "\n", "", "æ", "ß", "ð", "đ", "ŋ", "ħ", "˙", "ĸ", "ł", "'", "{", "|", "", "}", "«", "»", "¢", "„", "“", "n", "µ", "·", "…", "–", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "\\", "", "", ""],
|
||||
"shift_altgr_map": ["", "\u001B", "¡", "⅛", "£", "$", "⅜", "⅝", "⅞", "™", "±", "°", "¿", "˛", "\b", "\t", "Ω", "Ł", "€", "®", "Ŧ", "¥", "↑", "ı", "Œ", "Þ", "°", "¯", "\n", "", "Æ", "§", "Ð", "ª", "Ŋ", "Ħ", "˙", "&", "Ł", "˝", "ˇ", "¬", "", "˘", "<", ">", "©", ",", "‘", "N", "º", "×", "÷", "—", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "¦", "", "", ""]
|
||||
}
|
Loading…
Add table
Reference in a new issue