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. --- res/xml/deva_inscript.xml | 4 ++-- res/xml/latn_qwerty_vi.xml | 2 +- res/xml/latn_qwertz_sk.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/xml/deva_inscript.xml b/res/xml/deva_inscript.xml index 553f43d..0bcd86d 100644 --- a/res/xml/deva_inscript.xml +++ b/res/xml/deva_inscript.xml @@ -28,8 +28,8 @@ - - + + diff --git a/res/xml/latn_qwerty_vi.xml b/res/xml/latn_qwerty_vi.xml index fb7c19e..b042b1d 100644 --- a/res/xml/latn_qwerty_vi.xml +++ b/res/xml/latn_qwerty_vi.xml @@ -22,7 +22,7 @@ - + diff --git a/res/xml/latn_qwertz_sk.xml b/res/xml/latn_qwertz_sk.xml index bb8f553..5227370 100644 --- a/res/xml/latn_qwertz_sk.xml +++ b/res/xml/latn_qwertz_sk.xml @@ -10,7 +10,7 @@ - + -- cgit v1.2.3