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. --- res/values/arrays.xml | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) (limited to 'res/values/arrays.xml') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 8983820..70143bb 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -112,16 +112,26 @@ 30 15 - - @string/pref_clipboard_history_duration_1 - @string/pref_clipboard_history_duration_5 - @string/pref_clipboard_history_duration_30 - @string/pref_clipboard_history_duration_stop - - - 1 - 5 - 30 - -1 - + + @string/pref_clipboard_history_duration_1 + @string/pref_clipboard_history_duration_5 + @string/pref_clipboard_history_duration_30 + @string/pref_clipboard_history_duration_stop + + + 1 + 5 + 30 + -1 + + + @string/pref_change_method_key_replacement_e_picker + @string/pref_change_method_key_replacement_e_prev + @string/pref_change_method_key_replacement_e_next + + + picker + prev + next + -- cgit v1.2.3