From 02292ef87216a54621b6570b08f0a5c3c3f645d4 Mon Sep 17 00:00:00 2001 From: Jan-Michael Brummer Date: Thu, 19 Mar 2015 21:47:02 +0100 Subject: Add support for qwertz layout as seen in de https://bugzilla.gnome.org/show_bug.cgi?id=746482 --- data/layouts/touch/Makefile.am | 3 + data/layouts/touch/common/qwertz.xml | 175 +++++++++++++++++++++++++++++++++++ data/layouts/touch/de.xml.in | 8 ++ 3 files changed, 186 insertions(+) create mode 100644 data/layouts/touch/common/qwertz.xml create mode 100644 data/layouts/touch/de.xml.in diff --git a/data/layouts/touch/Makefile.am b/data/layouts/touch/Makefile.am index d3cc383..bb70419 100644 --- a/data/layouts/touch/Makefile.am +++ b/data/layouts/touch/Makefile.am @@ -1,6 +1,7 @@ touchlayoutsdir = $(datadir)/caribou/layouts/touch touchlayouts_in_files =\ ara.xml.in \ + de.xml.in \ fr.xml.in \ il.xml.in \ us.xml.in @@ -9,9 +10,11 @@ touchlayouts_DATA = $(touchlayouts_in_files:.xml.in=.xml) common_files = \ common/azerty.xml \ common/qwerty.xml \ + common/qwertz.xml \ common/symbols.xml ara.xml: $(common_files) +de.xml: $(common_files) il.xml: $(common_files) us.xml: $(common_files) diff --git a/data/layouts/touch/common/qwertz.xml b/data/layouts/touch/common/qwertz.xml new file mode 100644 index 0000000..9ec4c43 --- /dev/null +++ b/data/layouts/touch/common/qwertz.xml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/layouts/touch/de.xml.in b/data/layouts/touch/de.xml.in new file mode 100644 index 0000000..f9d2194 --- /dev/null +++ b/data/layouts/touch/de.xml.in @@ -0,0 +1,8 @@ + + + + + + + + -- cgit v1.2.1