From f808573d8f57a6adc9a4c01182685c5ec6a5027c Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 14 Feb 2020 15:51:05 -0800 Subject: coptic: Add a basic keyboard layout. Coptic has thirty letters, plus a handful of variants for each dialect, to the standard layouts don't fit the standard layout. Therefore, while this is roughly based on some established layouts, particularly the one at coptic-dictionary.org, a number of symbols have been moved to popups to make things fit. --- .../coptic/pack/src/main/res/xml/coptic.xml | 54 ++++++++++++++++++++++ .../pack/src/main/res/xml/coptic_keyboards.xml | 18 ++++++++ 2 files changed, 72 insertions(+) create mode 100644 addons/languages/coptic/pack/src/main/res/xml/coptic.xml create mode 100644 addons/languages/coptic/pack/src/main/res/xml/coptic_keyboards.xml (limited to 'addons') diff --git a/addons/languages/coptic/pack/src/main/res/xml/coptic.xml b/addons/languages/coptic/pack/src/main/res/xml/coptic.xml new file mode 100644 index 000000000..fae442c7f --- /dev/null +++ b/addons/languages/coptic/pack/src/main/res/xml/coptic.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/addons/languages/coptic/pack/src/main/res/xml/coptic_keyboards.xml b/addons/languages/coptic/pack/src/main/res/xml/coptic_keyboards.xml new file mode 100644 index 000000000..77aba6b37 --- /dev/null +++ b/addons/languages/coptic/pack/src/main/res/xml/coptic_keyboards.xml @@ -0,0 +1,18 @@ + + + + + -- cgit v1.2.3