abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorJules Aguillon2026-01-30 21:18:48 +0100
committerGitHub2026-01-30 21:18:48 +0100
commit1b8506876a1d8cff876220a7b6610b7bbe9e8841 (patch)
tree4881a8e8fd4276a823c57869000308d1bc5ba66f /res/values
parente05be0821ba507dd5ea661bdde0af8a14e6fcbd6 (diff)
downloadunexpected-keyboard-1b8506876a1d8cff876220a7b6610b7bbe9e8841.tar.gz
unexpected-keyboard-1b8506876a1d8cff876220a7b6610b7bbe9e8841.zip
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.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml34
-rw-r--r--res/values/strings.xml6
2 files changed, 26 insertions, 14 deletions
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 @@
<item>30</item>
<item>15</item>
</string-array>
- <string-array name="pref_clipboard_duration_entries">
- <item>@string/pref_clipboard_history_duration_1</item>
- <item>@string/pref_clipboard_history_duration_5</item>
- <item>@string/pref_clipboard_history_duration_30</item>
- <item>@string/pref_clipboard_history_duration_stop</item>
- </string-array>
- <string-array name="pref_clipboard_duration_values">
- <item>1</item>
- <item>5</item>
- <item>30</item>
- <item>-1</item>
- </string-array>
+ <string-array name="pref_clipboard_duration_entries">
+ <item>@string/pref_clipboard_history_duration_1</item>
+ <item>@string/pref_clipboard_history_duration_5</item>
+ <item>@string/pref_clipboard_history_duration_30</item>
+ <item>@string/pref_clipboard_history_duration_stop</item>
+ </string-array>
+ <string-array name="pref_clipboard_duration_values">
+ <item>1</item>
+ <item>5</item>
+ <item>30</item>
+ <item>-1</item>
+ </string-array>
+ <string-array name="pref_change_method_key_replacement_entries">
+ <item>@string/pref_change_method_key_replacement_e_picker</item>
+ <item>@string/pref_change_method_key_replacement_e_prev</item>
+ <item>@string/pref_change_method_key_replacement_e_next</item>
+ </string-array>
+ <string-array name="pref_change_method_key_replacement_values">
+ <item>picker</item>
+ <item>prev</item>
+ <item>next</item>
+ </string-array>
</resources>
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 @@
<string name="pref_category_behavior">Behavior</string>
<string name="pref_autocapitalisation_title">Automatic capitalisation</string>
<string name="pref_autocapitalisation_summary">Press Shift at the beginning of a sentence</string>
- <string name="pref_switch_input_immediate_title">Switch to the last used keyboard</string>
- <string name="pref_switch_input_immediate_summary">Behavior of the keyboard-switching key</string>
+ <string name="pref_change_method_key_replacement_title">Switching between input methods</string>
+ <string name="pref_change_method_key_replacement_e_picker">Show the input method picker (long press)</string>
+ <string name="pref_change_method_key_replacement_e_prev">Switch to last used</string>
+ <string name="pref_change_method_key_replacement_e_next">Switch to the next in the list</string>
<string name="pref_vibrate_custom">Custom vibration</string>
<string name="pref_vibrate_duration_title">Vibration intensity</string>
<string name="pref_number_entry_title">Layout when typing numbers, dates, and phone numbers</string>