Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/img/AZERTY_Win.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h2>Customize it</h2>
<label>Select a keyboard layout</label>
<select id="layout">
<option value="ASSET">Asset</option>
<option value="AZERTY_Win">AZERTY (Windows)</option>
<option value="CARPALX_QFMLWY">Carpalx QFMLWY</option>
<option value="COLEMAK">Colemak</option>
<option value="DVORAK">Dvorak</option>
Expand Down
99 changes: 99 additions & 0 deletions app/keyboard-layouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,105 @@ app.LAYOUTS = {
"?": [644, 275, 70, 275],
" ": [500, 300]
},
AZERTY_Win: {
"²": [29, 76],
"&": [84, 76],
"1": [34, 241, 86, 76],
"é": [140, 76],
"2": [34, 241, 140, 75],
"~": [557, 296, 140, 75],
"\"": [194, 75],
"3": [34, 241, 194, 75],
"#": [557, 296, 194, 75],
"'": [248, 75],
"4": [34, 241, 248, 75],
"{": [557, 296, 248, 75],
"(": [303, 75],
"5": [34, 241, 303, 75],
"[": [557, 296, 303, 75],
"-": [357, 75],
"6": [34, 241, 357, 75],
"|": [557, 296, 357, 75],
"è": [413, 76],
"7": [34, 241, 413, 76],
"ì": [557, 296, 413, 76, 492, 132],
"ò": [557, 296, 413, 76, 546, 132],
"ù": [557, 296, 413, 76, 436, 132],
"À": [557, 296, 413, 76, 34, 241, 110, 132],
"Ì": [557, 296, 413, 76, 34, 241, 492, 132],
"Ò": [557, 296, 413, 76, 34, 241, 546, 132],
"Ù": [557, 296, 413, 76, 34, 241, 436, 132],
"_": [466, 76],
"8": [34, 241, 466, 77],
"\\": [557, 296, 466, 77],
"ç": [522, 76],
"9": [34, 241, 522, 76],
"^": [557, 296, 521, 76],
"à": [576, 77],
"0": [34, 241, 576, 77],
"@": [557, 296, 575, 76],
")": [630, 76],
"°": [34, 241, 630, 76],
"]": [557, 296, 630, 76],
"=": [685, 74],
"+": [34, 241, 685, 74],
"}": [557, 296, 685, 74],
"A": [110, 132],
"Z": [165, 132],
"E": [219, 132],
"€": [557, 296, 219, 132],
"R": [273, 132],
"T": [328, 132],
"Y": [382, 132],
"U": [436, 132],
"I": [492, 132],
"O": [546, 132],
"P": [601, 132],
"Ä": [34, 241, 654, 132, 110, 132],
"Ë": [34, 241, 654, 132, 219, 132],
"Ï": [34, 241, 654, 132, 492, 132],
"Ö": [34, 241, 654, 132, 546, 132],
"Ü": [34, 241, 654, 132, 436, 132],
"â": [654, 132, 110, 132],
"ê": [654, 132, 219, 132],
"î": [654, 132, 492, 132],
"ô": [654, 132, 546, 132],
"û": [654, 132, 436, 132],
"$": [709, 131],
"£": [34, 241, 709, 131],
"¤": [557, 296, 709, 131],
"Q": [121, 185],
"S": [176, 185],
"D": [231, 185],
"F": [285, 185],
"G": [339, 185],
"H": [394, 185],
"J": [451, 185],
"K": [504, 185],
"L": [559, 185],
"M": [611, 185],
"ù": [666, 185],
"%": [33, 239, 666, 185],
"*": [721, 186],
"µ": [34, 241, 721, 185],
"W": [144, 241],
"X": [199, 241],
"C": [256, 241],
"V": [309, 241],
"B": [365, 241],
"N": [419, 241],
",": [473, 241],
"<": [91, 241],
">": [34, 241, 91, 241],
".": [34, 241, 525, 241],
"/": [34, 241, 582, 241],
"?": [34, 241, 473, 241],
";": [525, 241],
":": [582, 241],
"!": [636, 241],
"§": [34, 241, 636, 241],
" ": [367, 297]
},
DVORAK: {
"~": [35, 120, 70, 275],
"`": [35, 120],
Expand Down