From e745c812691462380695da2275757e3f29bbbdb2 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 26 Nov 2022 22:30:45 +0100 Subject: Allow using a custom layout Add an option for specifying an XML layout description as a string. The option is a bit rough at the moment: - No documentation, users have to be aware of the keyboard's code to use this option. - No error are shown, the layout will fallback to qwerty on error. --- res/xml/settings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res/xml/settings.xml') diff --git a/res/xml/settings.xml b/res/xml/settings.xml index b585ba1..3f76983 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -54,4 +54,7 @@ + + + -- cgit v1.2.3