mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-09 20:07:46 +02:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user