Add custom extra keys preference

This is a new section in the extra keys option that allows to enter
arbitrary strings which are then added to the keyboard.

A new string is needed for the title of the section, Android's icons and
strings are used as much as possible to avoid adding more strings.

Keys are stored in the preferences as a JSON array of strings.
This commit is contained in:
Jules Aguillon
2023-07-18 00:31:32 +02:00
parent 324aa26ba4
commit 458e17bf31
24 changed files with 211 additions and 2 deletions

View File

@ -27,6 +27,7 @@
<string name="pref_numpad_layout_e_high_first">Vyšší číslice jako první</string>
<string name="pref_numpad_layout_e_low_first">Nižší číslice jako první</string>
<string name="pref_extra_keys_title">Přidat klávesy do klávesnice</string>
<!-- <string name="pref_extra_keys_custom">Add custom keys</string> -->
<!-- <string name="pref_extra_keys_internal">Select keys to add to the keyboard</string> -->
<string name="pref_second_layout_title">Vedlejší rozvržení</string>
<string name="pref_second_layout_none">Žádné</string>