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[]{