From 5404e7432d9240b3c88dce3a8cf240362016293c Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 5 Mar 2022 14:17:45 -0500 Subject: Clicking twice on CTRL or ALT will lock them in 'ON' state (#72) * Clicking twice on CTRL or ALT will lock them in 'ON' state * Make Locking behaviour optional, configurable in preferences * Nest the new settings into a different page To avoid spamming the settings page and repetition in the summaries. Cannot be a popup unfortunately because that would require API >= 11. * Add Fn and Meta Co-authored-by: Jules Aguillon --- res/values/strings.xml | 2 ++ res/xml/settings.xml | 7 +++++++ 2 files changed, 9 insertions(+) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index 3d68d1f..8c3eb36 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -21,6 +21,8 @@ Duration Precise cursor movements Modulate key repeat speed by swiping more or less + Lockable modifiers + Modifier that can be locked by typing them twice Style Margin bottom Keyboard height diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 7ae8542..9a1bcae 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -9,6 +9,13 @@ + + + + + + + -- cgit v1.2.3