From 0e0c761a92c1895203ea213653daebb9c055d551 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sat, 2 Mar 2024 20:39:22 +0100
Subject: Add QWERTY (Slovak) layout
The original author is @sejkm in https://github.com/Julow/Unexpected-Keyboard/issues/573
---
check_layout.output | 3 +++
res/values/layouts.xml | 3 +++
srcs/layouts/latn_qwerty_sk.xml | 38 ++++++++++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+)
create mode 100644 srcs/layouts/latn_qwerty_sk.xml
diff --git a/check_layout.output b/check_layout.output
index a506f7a..46f3254 100644
--- a/check_layout.output
+++ b/check_layout.output
@@ -96,6 +96,9 @@ Layout doesn't define some important keys, missing: f11_placeholder, f12_placeho
# latn_qwerty_se
Duplicate keys: !, ', ,, -, ., ?
1 warnings
+# latn_qwerty_sk
+Layout doesn't define some important keys, missing: f11_placeholder, f12_placeholder
+1 warnings
# latn_qwerty_tly
Duplicate keys: a, c, j, q
Layout doesn't define some important keys, missing: esc, f11_placeholder, f12_placeholder, tab
diff --git a/res/values/layouts.xml b/res/values/layouts.xml
index f30dbed..36a3731 100644
--- a/res/values/layouts.xml
+++ b/res/values/layouts.xml
@@ -39,6 +39,7 @@
- latn_qwerty_pl
- latn_qwerty_ro
- latn_qwerty_se
+ - latn_qwerty_sk
- latn_qwerty_tly
- latn_qwerty_tr
- latn_qwerty_vi
@@ -90,6 +91,7 @@
- QWERTY (Polski)
- QWERTY (Română)
- QWERTY (Swedish)
+ - QWERTY (Slovak)
- QWERTY (Talysh New Latin)
- QWERTY (Türkçe)
- QWERTY (Vietnamese)
@@ -141,6 +143,7 @@
- @xml/latn_qwerty_pl
- @xml/latn_qwerty_ro
- @xml/latn_qwerty_se
+ - @xml/latn_qwerty_sk
- @xml/latn_qwerty_tly
- @xml/latn_qwerty_tr
- @xml/latn_qwerty_vi
diff --git a/srcs/layouts/latn_qwerty_sk.xml b/srcs/layouts/latn_qwerty_sk.xml
new file mode 100644
index 0000000..54aec20
--- /dev/null
+++ b/srcs/layouts/latn_qwerty_sk.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3