abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/ExtraKeysPreference.java
diff options
context:
space:
mode:
authorJules Aguillon2023-08-06 19:35:06 +0200
committerJules Aguillon2023-08-06 19:35:06 +0200
commitddc4ff13784754179448967ba1e1a028a85e6a4a (patch)
tree9905c62776b11963818efd4fd7f15c5954f1cb68 /srcs/juloo.keyboard2/ExtraKeysPreference.java
parent1c59347cca48614d0267e2dab9fc028d815ed486 (diff)
downloadunexpected-keyboard-ddc4ff13784754179448967ba1e1a028a85e6a4a.tar.gz
unexpected-keyboard-ddc4ff13784754179448967ba1e1a028a85e6a4a.zip
Describe editing keys
The new strings are used in the "Add keys to the keyboard" option.
Diffstat (limited to 'srcs/juloo.keyboard2/ExtraKeysPreference.java')
-rw-r--r--srcs/juloo.keyboard2/ExtraKeysPreference.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/ExtraKeysPreference.java b/srcs/juloo.keyboard2/ExtraKeysPreference.java
index 54cd0a4..91d3334 100644
--- a/srcs/juloo.keyboard2/ExtraKeysPreference.java
+++ b/srcs/juloo.keyboard2/ExtraKeysPreference.java
@@ -80,6 +80,16 @@ public class ExtraKeysPreference extends PreferenceCategory
case "capslock": id = R.string.key_descr_capslock; break;
case "switch_greekmath": id = R.string.key_descr_switch_greekmath; break;
case "voice_typing": id = R.string.key_descr_voice_typing; break;
+ case "copy": id = R.string.key_descr_copy; break;
+ case "paste": id = R.string.key_descr_paste; break;
+ case "cut": id = R.string.key_descr_cut; break;
+ case "selectAll": id = R.string.key_descr_selectAll; break;
+ case "shareText": id = R.string.key_descr_shareText; break;
+ case "pasteAsPlainText": id = R.string.key_descr_pasteAsPlainText; break;
+ case "undo": id = R.string.key_descr_undo; break;
+ case "redo": id = R.string.key_descr_redo; break;
+ case "textAssist": id = R.string.key_descr_textAssist; break;
+ case "autofill": id = R.string.key_descr_autofill; break;
}
if (id == 0)
return null;