mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-20 20:46:15 +08:00
impr(layout): add alt layer character to azerty (theiereman) (#5480)
* impr: Added two-step highlighting for accented characters that require the use of dead keys * fixed azerty keymap * using lazy mode to normalize accents * added a larger accent map * added alt gr characters on azerty layout * Revert "added a larger accent map" This reverts commit5f2a443158
. * Revert "using lazy mode to normalize accents" This reverts commitbec505f9fb
. * Revert "impr: Added two-step highlighting for accented characters that require the use of dead keys" This reverts commit6cea582260
. --------- Co-authored-by: Thomas EYERMANN <thomas.eyermann@custy.com>
This commit is contained in:
parent
23fb71c1ad
commit
e42f888ff1
1 changed files with 3 additions and 3 deletions
|
@ -419,11 +419,11 @@
|
|||
}
|
||||
},
|
||||
"azerty": {
|
||||
"keymapShowTopRow": false,
|
||||
"keymapShowTopRow": true,
|
||||
"type": "iso",
|
||||
"keys": {
|
||||
"row1": ["`~", "&1", "é2", "\"3", "'4", "(5", "-6", "è7", "_8", "ç9", "à0", ")°", "=+"],
|
||||
"row2": ["aA", "zZ", "eE", "rR", "tT", "yY", "uU", "iI", "oO", "pP", "^¨", "$£"],
|
||||
"row1": ["`", "&1", "é2~", "\"3#", "'4{", "(5[", "-6|", "è7`", "_8\\", "ç9", "à0@", ")°]", "=+}"],
|
||||
"row2": ["aA", "zZ", "eE", "rR", "tT", "yY", "uU", "iI", "oO", "pP", "^¨", "$£¤"],
|
||||
"row3": ["qQ", "sS", "dD", "fF", "gG", "hH", "jJ", "kK", "lL", "mM", "ù%", "*µ"],
|
||||
"row4": ["<>", "wW", "xX", "cC", "vV", "bB", "nN", ",?", ";.", ":/", "!§"],
|
||||
"row5": [" "]
|
||||
|
|
Loading…
Add table
Reference in a new issue