diff options
author | theiereman <[email protected]> | 2024-06-25 10:24:14 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-25 10:24:14 +0200 |
commit | e42f888ff1c72d72d77b45bc274c9a9fbad21fa9 (patch) | |
tree | 99195ed0353ef83d92ae0bcf46eab742973c86ad | |
parent | 23fb71c1ad7f0cfca900898c3cc6fb0c7cac6b79 (diff) | |
download | monkeytype-e42f888ff1c72d72d77b45bc274c9a9fbad21fa9.tar.gz monkeytype-e42f888ff1c72d72d77b45bc274c9a9fbad21fa9.zip |
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 commit 5f2a4431580dab2fd9b2aefbec994a11c9ce08bf.
* Revert "using lazy mode to normalize accents"
This reverts commit bec505f9fb2d8c0bdf7c520d1a45df8c21353edb.
* Revert "impr: Added two-step highlighting for accented characters that require the use of dead keys"
This reverts commit 6cea5822609b6e9e7c9a3df3a2cfd1ab6d6c15f0.
---------
Co-authored-by: Thomas EYERMANN <[email protected]>
-rw-r--r-- | frontend/static/layouts/_list.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json index 8550c4570..4957cfb70 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -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": [" "] |