abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/prefs
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/juloo.keyboard2/prefs')
-rw-r--r--srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java39
1 files changed, 39 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
index 11e1a05..f5a99ff 100644
--- a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
+++ b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
@@ -72,6 +72,25 @@ public class ExtraKeysPreference extends PreferenceCategory
"f11_placeholder",
"f12_placeholder",
"menu",
+ "combining_dot_above",
+ "combining_double_aigu",
+ "combining_slash",
+ "combining_arrow_right",
+ "combining_breve",
+ "combining_bar",
+ "combining_aigu",
+ "combining_caron",
+ "combining_cedille",
+ "combining_circonflexe",
+ "combining_grave",
+ "combining_macron",
+ "combining_ring",
+ "combining_tilde",
+ "combining_trema",
+ "combining_ogonek",
+ "combining_dot_below",
+ "combining_horn",
+ "combining_hook_above"
};
/** Whether an extra key is enabled by default. */
@@ -121,6 +140,26 @@ public class ExtraKeysPreference extends PreferenceCategory
case "ª": id = R.string.key_descr_ª; break;
case "º": id = R.string.key_descr_º; break;
case "switch_clipboard": id = R.string.key_descr_clipboard; break;
+
+ case "combining_dot_above":
+ case "combining_double_aigu":
+ case "combining_slash":
+ case "combining_arrow_right":
+ case "combining_breve":
+ case "combining_bar":
+ case "combining_aigu":
+ case "combining_caron":
+ case "combining_cedille":
+ case "combining_circonflexe":
+ case "combining_grave":
+ case "combining_macron":
+ case "combining_ring":
+ case "combining_tilde":
+ case "combining_trema":
+ case "combining_ogonek":
+ case "combining_dot_below":
+ case "combining_horn":
+ case "combining_hook_above": id = R.string.key_descr_combining; break;
}
if (id == 0)
return null;