From 5285ca44a5c93341607b1122e552d99851427936 Mon Sep 17 00:00:00 2001 From: Ivan Kolesnikov Date: Sat, 7 Jan 2017 17:22:22 +0400 Subject: Added russian touch keyboard layout https://bugzilla.gnome.org/show_bug.cgi?id=776980 --- data/layouts/touch/Makefile.am | 2 + data/layouts/touch/ru.xml.in | 117 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 data/layouts/touch/ru.xml.in diff --git a/data/layouts/touch/Makefile.am b/data/layouts/touch/Makefile.am index bb70419..e8aa057 100644 --- a/data/layouts/touch/Makefile.am +++ b/data/layouts/touch/Makefile.am @@ -4,6 +4,7 @@ touchlayouts_in_files =\ de.xml.in \ fr.xml.in \ il.xml.in \ + ru.xml.in \ us.xml.in touchlayouts_DATA = $(touchlayouts_in_files:.xml.in=.xml) @@ -16,6 +17,7 @@ common_files = \ ara.xml: $(common_files) de.xml: $(common_files) il.xml: $(common_files) +ru.xml: $(common_files) us.xml: $(common_files) SUFFIXES = .xml.in .xml diff --git a/data/layouts/touch/ru.xml.in b/data/layouts/touch/ru.xml.in new file mode 100644 index 0000000..09e30bd --- /dev/null +++ b/data/layouts/touch/ru.xml.in @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1