Skip to content

Commit c9d0089

Browse files
committed
Updated the French key set's AZERTY layout to fix an issue where there was two instances of Z but no W.
1 parent 8e7cb70 commit c9d0089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Keyboard/key-sets/FrenchKeySet.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class FrenchKeySet extends LanguageKeySet {
3535
return [
3636
[ 'a', 'z', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p' ],
3737
[ 'q', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'm' ],
38-
[ 'z', 'x', 'c', 'v', 'b', 'n', `'`, '/' ]
38+
[ 'w', 'x', 'c', 'v', 'b', 'n', `'`, '/' ]
3939
];
4040
}
4141
}

0 commit comments

Comments
 (0)