From c669a755a69c68203f11684366dfbb4732b154da Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 18 Jan 2026 21:57:17 +0100 Subject: Add the small capital letters dead key (#1156) * Add the small capital letters dead key It can be added to the keyboard from the settings or into custom layouts as `accent_small_caps`. Add all the symbols listed on https://en.wikipedia.org/wiki/Small_caps--- srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java') diff --git a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java index a304b2a..2527bb9 100644 --- a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java +++ b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java @@ -45,6 +45,7 @@ public class ExtraKeysPreference extends PreferenceCategory "accent_hook_above", "accent_horn", "accent_double_grave", + "accent_small_caps", "€", "ß", "£", @@ -223,6 +224,7 @@ public class ExtraKeysPreference extends PreferenceCategory case "accent_hook_above": case "accent_horn": case "accent_double_grave": + case "accent_small_caps": id = R.string.key_descr_dead_key; break; -- cgit v1.2.3