From 329a35e7d368db79938d026cdec749021e427b5e Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Wed, 10 Jan 2024 00:24:13 +0100 Subject: Fix layouts containing empty keys This results in a key being the empty string and do not trigger an error: key1="\" Layouts are fixed and check_layout now checks for this case. --- check_layout.output | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'check_layout.output') diff --git a/check_layout.output b/check_layout.output index 6b2e685..ef5cf8b 100644 --- a/check_layout.output +++ b/check_layout.output @@ -39,7 +39,7 @@ Layout includes some ASCII punctuation but not all, missing: #, $, %, &, ', (, ) Layout doesn't define some important keys, missing: esc, f11_placeholder, f12_placeholder, tab 2 warnings # deva_inscript -Duplicate keys: , । +Duplicate keys: । Layout includes some ASCII punctuation but not all, missing: ", $, ', ^, _, `, | Layout doesn't define some important keys, missing: f11_placeholder, f12_placeholder 3 warnings @@ -95,8 +95,7 @@ Layout doesn't define some important keys, missing: f11_placeholder, f12_placeho # latn_qwerty_us 0 warnings # latn_qwerty_vi -Layout includes some ASCII punctuation but not all, missing: \ -1 warnings +0 warnings # latn_qwertz 0 warnings # latn_qwertz_cz @@ -113,7 +112,7 @@ Layout doesn't define some important keys, missing: f11_placeholder, f12_placeho # latn_qwertz_hu 0 warnings # latn_qwertz_sk -Layout includes some ASCII punctuation but not all, missing: \, ` +Layout includes some ASCII punctuation but not all, missing: ` Layout doesn't define some important keys, missing: f11_placeholder, f12_placeholder 2 warnings # urdu_phonetic_ur -- cgit v1.2.3