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/xml/settings.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'res/xml/settings.xml') 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