diff options
| author | Jules Aguillon | 2024-01-10 00:24:13 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-01-10 00:28:21 +0100 |
| commit | 329a35e7d368db79938d026cdec749021e427b5e (patch) | |
| tree | de0734e27dea77fdaa85304b75f6cb044aa76c7c /check_layout.output | |
| parent | b319356a08ee059fd4c3fbcc7242b2d8712fa420 (diff) | |
| download | unexpected-keyboard-329a35e7d368db79938d026cdec749021e427b5e.tar.gz unexpected-keyboard-329a35e7d368db79938d026cdec749021e427b5e.zip | |
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.
Diffstat (limited to 'check_layout.output')
| -rw-r--r-- | check_layout.output | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
