We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a85f4d commit c5b8076Copy full SHA for c5b8076
ui/src/keyboardLayouts/fr_FR.ts
@@ -5,8 +5,8 @@ const keyHat = { key: "BracketLeft" } // accent circonflexe (accent hat), mark ^
5
6
export const chars = {
7
A: { key: "KeyQ", shift: true },
8
- "Ä": { key: "KeyA", shift: true, accentKey: keyTrema },
9
- "Â": { key: "KeyA", shift: true, accentKey: keyHat },
+ "Ä": { key: "KeyQ", shift: true, accentKey: keyTrema },
+ "Â": { key: "KeyQ", shift: true, accentKey: keyHat },
10
B: { key: "KeyB", shift: true },
11
C: { key: "KeyC", shift: true },
12
D: { key: "KeyD", shift: true },
@@ -41,8 +41,8 @@ export const chars = {
41
Y: { key: "KeyY", shift: true },
42
Z: { key: "KeyW", shift: true },
43
a: { key: "KeyQ" },
44
- "ä": { key: "KeyA", accentKey: keyTrema },
45
- "â": { key: "KeyA", accentKey: keyHat },
+ "ä": { key: "KeyQ", accentKey: keyTrema },
+ "â": { key: "KeyQ", accentKey: keyHat },
46
b: { key: "KeyB" },
47
c: { key: "KeyC" },
48
d: { key: "KeyD" },
0 commit comments