mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
Merge pull request #585 from shinze/patch-1
Added Bépo, an optimised layout for french
This commit is contained in:
commit
8cde3c1803
1 changed files with 11 additions and 0 deletions
|
@ -214,6 +214,17 @@ const layouts = {
|
|||
" "
|
||||
]
|
||||
},
|
||||
bepo: {
|
||||
keymapShowTopRow: false,
|
||||
iso: true,
|
||||
keys: [
|
||||
"$#", "\"1", "«2", "»3", "(4", ")5", "@6", "+7", "-8", "/9", "*0", "=°", "%`",
|
||||
"bB", "éÉ", "pP", "oO", "èÈ", "^!", "vV", "dD", "lL", "jJ", "zZ", "wW", "mM",
|
||||
"aA", "uU", "iI", "eE", ",;", "cC", "tT", "sS", "rR", "sS", "nN",
|
||||
"êÊ", "àÀ", "yY", "xX", ".:", "kK", "’?", "qQ", "gG", "hH", "fF",
|
||||
" "
|
||||
]
|
||||
},
|
||||
alpha: {
|
||||
keymapShowTopRow: false,
|
||||
keys: [
|
||||
|
|
Loading…
Reference in a new issue