From 5e37ff010c178e4a26f9336ede2c3fd8032747e6 Mon Sep 17 00:00:00 2001 From: BlackyHawky Date: Fri, 4 Oct 2024 11:09:00 +0200 Subject: [PATCH] Updated Layouts (markdown) --- Layouts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layouts.md b/Layouts.md index e5c4ad7..e0c400a 100644 --- a/Layouts.md +++ b/Layouts.md @@ -346,7 +346,7 @@ Here are the different classes: // Keyboard view space bar with numpad view space bar icon { "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 - { "label": "@|!code/97", "width": -1 } + { "label": "@|!code/97", "width": 0.1 } ```