From 36e10a792ffd034ffb56e48e2e2282f6ae16cc8d Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 23 Oct 2022 21:34:05 +0200 Subject: Add the capslock key The key enable caps lock immediately. It does nothing if caps lock is already enabled. It is not present on the keyboard by default but a place is defined on every layout, top-right of the shift key. It can be enabled in the settings. The icon is from materialdesignicons.com. --- srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java') diff --git a/srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java b/srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java index d0734b9..e66c2cc 100644 --- a/srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java +++ b/srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java @@ -33,6 +33,7 @@ public class ExtraKeyCheckBoxPreference extends CheckBoxPreference "ß", "£", "switch_greekmath", + "capslock", }; public static boolean default_checked(String name) -- cgit v1.2.3