From fec3f109c970901db31e1354b2cd3fc0015964e8 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sun, 24 Apr 2022 00:34:26 +0200
Subject: Add support for Lithuanian
Requires two new diacritics: ogonek and dot_above.
The new accents are also added to the Latvian layout as the two language
can be close but not to the other localized layouts. A new mechanism is
needed to reproducibly add extra keys to layouts without manual
placement.
---
srcs/special_font/59.svg | 13 +++++++++++++
srcs/special_font/5A.svg | 13 +++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 srcs/special_font/59.svg
create mode 100644 srcs/special_font/5A.svg
(limited to 'srcs/special_font')
diff --git a/srcs/special_font/59.svg b/srcs/special_font/59.svg
new file mode 100644
index 0000000..3a45f06
--- /dev/null
+++ b/srcs/special_font/59.svg
@@ -0,0 +1,13 @@
+
+
+
diff --git a/srcs/special_font/5A.svg b/srcs/special_font/5A.svg
new file mode 100644
index 0000000..650e075
--- /dev/null
+++ b/srcs/special_font/5A.svg
@@ -0,0 +1,13 @@
+
+
+
--
cgit v1.2.3