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 ++++++++++++++++++++++------------ res/values/strings.xml | 6 ++++-- res/xml/settings.xml | 6 +++--- 3 files changed, 29 insertions(+), 17 deletions(-) (limited to 'res') 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 + diff --git a/res/values/strings.xml b/res/values/strings.xml index 0a7faf4..6b1c329 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -44,8 +44,10 @@ Behavior Automatic capitalisation Press Shift at the beginning of a sentence - Switch to the last used keyboard - Behavior of the keyboard-switching key + Switching between input methods + Show the input method picker (long press) + Switch to last used + Switch to the next in the list Custom vibration Vibration intensity Layout when typing numbers, dates, and phone numbers diff --git a/res/xml/settings.xml b/res/xml/settings.xml index c96f546..175617a 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -23,7 +23,7 @@ - + @@ -60,6 +60,6 @@ - - + + -- cgit v1.2.3