abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
diff options
context:
space:
mode:
authorJules Aguillon2024-10-05 11:28:14 +0200
committerJules Aguillon2024-10-05 11:28:14 +0200
commitcd2932bde1dda6dedee2060310a9334ce30d2cbf (patch)
tree54d175f87672d6af5ce975148980aa8f6948804b /srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
parent6fae23a4327a7144f496c0fe079ad9b40a1313e1 (diff)
downloadunexpected-keyboard-cd2932bde1dda6dedee2060310a9334ce30d2cbf.tar.gz
unexpected-keyboard-cd2932bde1dda6dedee2060310a9334ce30d2cbf.zip
Add slavonic combining diacritics
Co-authored-by: Anastazius Kaejatidarjan <zdarian@asu.edu>
Diffstat (limited to 'srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java')
-rw-r--r--srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java22
1 files changed, 20 insertions, 2 deletions
diff --git a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
index f5a99ff..04ac8b2 100644
--- a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
+++ b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
@@ -90,7 +90,15 @@ public class ExtraKeysPreference extends PreferenceCategory
"combining_ogonek",
"combining_dot_below",
"combining_horn",
- "combining_hook_above"
+ "combining_hook_above",
+ "combining_vertical_tilde",
+ "combining_inverted_breve",
+ "combining_pokrytie",
+ "combining_slavonic_psili",
+ "combining_slavonic_dasia",
+ "combining_payerok",
+ "combining_titlo",
+ "combining_vzmet"
};
/** Whether an extra key is enabled by default. */
@@ -159,7 +167,17 @@ public class ExtraKeysPreference extends PreferenceCategory
case "combining_ogonek":
case "combining_dot_below":
case "combining_horn":
- case "combining_hook_above": id = R.string.key_descr_combining; break;
+ case "combining_hook_above":
+ case "combining_vertical_tilde":
+ case "combining_inverted_breve":
+ case "combining_pokrytie":
+ case "combining_slavonic_psili":
+ case "combining_slavonic_dasia":
+ case "combining_payerok":
+ case "combining_titlo":
+ case "combining_vzmet":
+ id = R.string.key_descr_combining;
+ break;
}
if (id == 0)
return null;