abouttreesummaryrefslogcommitdiff
path: root/srcs
diff options
context:
space:
mode:
Diffstat (limited to 'srcs')
-rw-r--r--srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
index bcb7ad9..a0be7a9 100644
--- a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
+++ b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
@@ -338,6 +338,13 @@ public class ExtraKeysPreference extends PreferenceCategory
new KeyboardData.KeyPos(2, -1, 8),
new KeyboardData.KeyPos(-1, -1, 8),
});
+ case "selectAll":
+ return new KeyboardData.PreferredPos(KeyValue.getKeyByName("a"),
+ new KeyboardData.KeyPos[]{
+ new KeyboardData.KeyPos(1, 0, 8),
+ new KeyboardData.KeyPos(1, -1, 8),
+ new KeyboardData.KeyPos(-1, -1, 8),
+ });
case "redo":
return new KeyboardData.PreferredPos(KeyValue.getKeyByName("y"),
new KeyboardData.KeyPos[]{