From 29ca097054e3e03654d960702f01df2c244fb9d0 Mon Sep 17 00:00:00 2001 From: Piyush Aggarwal Date: Fri, 16 Jul 2021 05:55:31 +0530 Subject: [PATCH] mousepadplugin: allow selecting which click to send for left click --- res/values/strings.xml | 3 +++ res/xml/mousepadplugin_preferences.xml | 9 +++++++++ .../MousePadPlugin/MousePadActivity.java | 18 ++++++++++++++++-- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index ad85e7e1..b4f4f7eb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -59,10 +59,12 @@ There is more than one remote keyboard connection, select the device to configure Remote input Move a finger on the screen to move the mouse cursor. Tap for a click, and use two/three fingers for right and middle buttons. Use 2 fingers to scroll. Use a long press to drag\'n drop. + Set one finger tap action Set two finger tap action Set three finger tap action Set touchpad sensitivity Set pointer acceleration + mousepad_single_tap_key mousepad_double_tap_key mousepad_triple_tap_key mousepad_sensitivity_key @@ -75,6 +77,7 @@ Middle click Nothing + left right middle default diff --git a/res/xml/mousepadplugin_preferences.xml b/res/xml/mousepadplugin_preferences.xml index b5a61478..f931d9df 100644 --- a/res/xml/mousepadplugin_preferences.xml +++ b/res/xml/mousepadplugin_preferences.xml @@ -5,6 +5,15 @@ android:layout_height="match_parent" tools:keep="@xml/mousepadplugin_preferences"> + +