From 38deb810f94d0e2fea91add4cd53fdd615d19d64 Mon Sep 17 00:00:00 2001 From: Ryan Gibb Date: Fri, 16 Feb 2024 20:09:28 +0000 Subject: Add QWERTY GB layout (#557) Adapted from latn_qwerty_us * Make it the default layout for en-GB--- res/values/layouts.xml | 3 +++ res/xml/method.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 3e81732..f30dbed 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -32,6 +32,7 @@ latn_qwerty_br latn_qwerty_cz latn_qwerty_es + latn_qwerty_gb latn_qwerty_hu latn_qwerty_lv latn_qwerty_no @@ -82,6 +83,7 @@ QWERTY (Brasileiro) QWERTY (Czech) QWERTY (Español) + QWERTY (UK) QWERTY (Magyar) QWERTY (Latvian) QWERTY (Norwegian) @@ -132,6 +134,7 @@ @xml/latn_qwerty_br @xml/latn_qwerty_cz @xml/latn_qwerty_es + @xml/latn_qwerty_gb @xml/latn_qwerty_hu @xml/latn_qwerty_lv @xml/latn_qwerty_no diff --git a/res/xml/method.xml b/res/xml/method.xml index 6b6b559..06d1280 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -9,7 +9,7 @@ - + -- cgit v1.2.3