caprip: Enable fingerprint swipe gesture

Enables gesture settings for fingerprint swipe and adds a
keyboard layout that translates native key codes 618-621 into
SYSTEM_NAVIGATION key codes.

Change-Id: Ibed250aeaa3d7d9ea3b2af3e16ae756d89f6e689
This commit is contained in:
Wolfram Liebchen 2024-03-11 17:41:32 +01:00 committed by Michael Bestas
parent 8737b47431
commit 35d3221641
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -216,4 +216,10 @@
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
<!-- Specify if the fingerprint hardware support gestures-->
<bool name="config_fingerprintSupportsGestures">true</bool>
<!-- Enable system navigation keys. -->
<bool name="config_supportSystemNavigationKeys">true</bool>
</resources>