From 115eda408496ec5bf149fe23525786fcdcfb5257 Mon Sep 17 00:00:00 2001 From: tenextractor Date: Thu, 2 Jan 2025 15:13:01 +0530 Subject: Lithuanian QWERTY layout (#824) --- check_layout.output | 2 ++ res/values/layouts.xml | 3 +++ res/xml/method.xml | 2 +- srcs/layouts/latn_qwerty_lt.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 srcs/layouts/latn_qwerty_lt.xml diff --git a/check_layout.output b/check_layout.output index f981d5a..21116a9 100644 --- a/check_layout.output +++ b/check_layout.output @@ -127,6 +127,8 @@ Layout redefines the bottom row but some important keys are missing, missing: lo 0 warnings # latn_qwerty_kk 0 warnings +# latn_qwerty_lt +0 warnings # latn_qwerty_lv 0 warnings # latn_qwerty_no diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 025b99f..f6a91b5 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -52,6 +52,7 @@ latn_qwerty_hu latn_qwerty_jp latn_qwerty_kk + latn_qwerty_lt latn_qwerty_lv latn_qwerty_no latn_qwerty_pl @@ -129,6 +130,7 @@ QWERTY (Magyar) QWERTY (Japan) QWERTY (Qazaqşa) + QWERTY (Lietuviškai) QWERTY (Latvian) QWERTY (Norwegian) QWERTY (Polski) @@ -206,6 +208,7 @@ @xml/latn_qwerty_hu @xml/latn_qwerty_jp @xml/latn_qwerty_kk + @xml/latn_qwerty_lt @xml/latn_qwerty_lv @xml/latn_qwerty_no @xml/latn_qwerty_pl diff --git a/res/xml/method.xml b/res/xml/method.xml index d08ad90..6de6b8b 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -39,7 +39,7 @@ - + diff --git a/srcs/layouts/latn_qwerty_lt.xml b/srcs/layouts/latn_qwerty_lt.xml new file mode 100644 index 0000000..e70b323 --- /dev/null +++ b/srcs/layouts/latn_qwerty_lt.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3