mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-18 06:00:18 +08:00
fixed azerty keymap
This commit is contained in:
parent
6cea582260
commit
918ee8b366
1 changed files with 2 additions and 2 deletions
|
|
@ -419,10 +419,10 @@
|
|||
}
|
||||
},
|
||||
"azerty": {
|
||||
"keymapShowTopRow": false,
|
||||
"keymapShowTopRow": true,
|
||||
"type": "iso",
|
||||
"keys": {
|
||||
"row1": ["`~", "&1", "é2", "\"3", "'4", "(5", "-6", "è7", "_8", "ç9", "à0", ")°", "=+"],
|
||||
"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", ",?", ";.", ":/", "!§"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue