Updated Layouts (markdown)

BlackyHawky 2024-10-04 11:09:00 +02:00
parent b1abaf33d4
commit 5e37ff010c

@ -346,7 +346,7 @@ Here are the different classes:
// Keyboard view space bar with numpad view space bar icon // Keyboard view space bar with numpad view space bar icon
{ "label": "!icon/space_key_for_number_layout|!code/32", "labelFlags": 4, "width": -1 }, { "label": "!icon/space_key_for_number_layout|!code/32", "labelFlags": 4, "width": -1 },
// @ is displayed on the key, but the letter `a` will be written // @ is displayed on the key, but the letter `a` will be written
{ "label": "@|!code/97", "width": -1 } { "label": "@|!code/97", "width": 0.1 }
``` ```
</details> </details>