From 93edc4ac42f6fb0a59b7bc619a1334fefcfdec22 Mon Sep 17 00:00:00 2001 From: Max Schillinger Date: Wed, 2 Feb 2022 21:46:23 +0100 Subject: Allow egde keys instead of corner keys (swipe vertically/horizontally) Add a new boolean parameter "edgekeys" for defining keys that have the additional (swipe) keys on the edges (top, right, left, bottom) instead of at the corners (top left, top right, bottom left, bottom right). --- res/xml/azerty.xml | 2 +- res/xml/numeric.xml | 2 +- res/xml/qwerty.xml | 2 +- res/xml/qwerty_lv.xml | 2 +- res/xml/qwertz.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'res') diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index 7bec9fc..f8aae93 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -38,7 +38,7 @@ - + diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 1b5d93a..334aa35 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -13,7 +13,7 @@ - + diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 0402292..bbcc04e 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -38,7 +38,7 @@ - + diff --git a/res/xml/qwerty_lv.xml b/res/xml/qwerty_lv.xml index 4312253..78919d9 100644 --- a/res/xml/qwerty_lv.xml +++ b/res/xml/qwerty_lv.xml @@ -38,7 +38,7 @@ - + diff --git a/res/xml/qwertz.xml b/res/xml/qwertz.xml index 717ecf0..e69a0b4 100644 --- a/res/xml/qwertz.xml +++ b/res/xml/qwertz.xml @@ -38,7 +38,7 @@ - + -- cgit v1.2.3