From 1b8506876a1d8cff876220a7b6610b7bbe9e8841 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Fri, 30 Jan 2026 21:18:48 +0100 Subject: Option to switch to the previously used keyboard (#1165) The "Switch to the last used keyboard" is renamed to "Switching between input methods" and allows to select "Switch to last used", which was the default in older releases. --- srcs/juloo.keyboard2/LayoutModifier.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'srcs/juloo.keyboard2/LayoutModifier.java') diff --git a/srcs/juloo.keyboard2/LayoutModifier.java b/srcs/juloo.keyboard2/LayoutModifier.java index fa7be0c..4a79314 100644 --- a/srcs/juloo.keyboard2/LayoutModifier.java +++ b/srcs/juloo.keyboard2/LayoutModifier.java @@ -156,9 +156,7 @@ public final class LayoutModifier switch (orig.getEvent()) { case CHANGE_METHOD_PICKER: - if (globalConfig.switch_input_immediate) - return KeyValue.getKeyByName("change_method_prev"); - break; + return globalConfig.change_method_key_replacement; case ACTION: String action_label = ec.actionLabel; if (action_label == null) -- cgit v1.2.3