From 1f9e450dfa2ca781583d5e6a437f2b90da3d7a69 Mon Sep 17 00:00:00 2001 From: tenextractor Date: Sat, 18 Jan 2025 11:00:51 +0000 Subject: Azerbaijani layout (#827) --- check_layout.output | 2 ++ res/values/layouts.xml | 3 +++ res/xml/method.xml | 1 + srcs/layouts/latn_qwerty_az.xml | 45 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 srcs/layouts/latn_qwerty_az.xml diff --git a/check_layout.output b/check_layout.output index 21116a9..5fbe5d2 100644 --- a/check_layout.output +++ b/check_layout.output @@ -103,6 +103,8 @@ Some keys contain whitespaces, unexpected: ́ # latn_neo2 Layout redefines the bottom row but some important keys are missing, missing: loc switch_clipboard 1 warnings +# latn_qwerty_az +0 warnings # latn_qwerty_br 0 warnings # latn_qwerty_cy diff --git a/res/values/layouts.xml b/res/values/layouts.xml index f6a91b5..5481a52 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -40,6 +40,7 @@ latn_bepo_fr latn_bone latn_neo2 + latn_qwerty_az latn_qwerty_br latn_qwerty_cy latn_qwerty_cz @@ -118,6 +119,7 @@ BEPO (Français) Bone Neo 2 + QWERTY (Azərbaycanca) QWERTY (Brasileiro) QWERTY (Welsh) QWERTY (Czech) @@ -196,6 +198,7 @@ @xml/latn_bepo_fr @xml/latn_bone @xml/latn_neo2 + @xml/latn_qwerty_az @xml/latn_qwerty_br @xml/latn_qwerty_cy @xml/latn_qwerty_cz diff --git a/res/xml/method.xml b/res/xml/method.xml index 6de6b8b..e2cbf5a 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -6,6 +6,7 @@ + diff --git a/srcs/layouts/latn_qwerty_az.xml b/srcs/layouts/latn_qwerty_az.xml new file mode 100644 index 0000000..b2b69d0 --- /dev/null +++ b/srcs/layouts/latn_qwerty_az.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3