1
0
Fork 0

added a setting for hiding the arrow keys

This commit is contained in:
sspanak 2025-02-02 20:23:37 +02:00 committed by Dimo Karaivanov
parent 4bd6ddef89
commit 110bd8175e
18 changed files with 81 additions and 1 deletions

View file

@ -32,6 +32,7 @@
<string name="pref_abc_auto_accept_slow">Langsam</string>
<string name="pref_alternative_suggestion_scrolling">Alternative Wort-Scroll-Methode</string>
<string name="pref_alternative_suggestion_scrolling_summary">Aktivieren Sie, wenn Sie manchmal nicht alle Vorschläge sehen können oder Probleme beim Scrollen haben.</string>
<string name="pref_arrow_keys_visible_summary">Bildlauf-Tasten auf beiden Seiten der Wortvorschlagsliste anzeigen.</string>
<string name="pref_auto_space">Automatischer Abstand</string>
<string name="pref_auto_space_summary">Automatisch ein Leerzeichen nach Satzzeichen oder Wörtern hinzufügen.</string>
<string name="pref_auto_text_case">Automatische Großbuchstaben</string>
@ -182,4 +183,5 @@
<string name="pref_numpad_shape">Form</string>
<string name="pref_numpad_shape_square">Quadrat</string>
<string name="pref_numpad_shape_v">V-Form</string>
<string name="pref_arrow_keys_visible">Pfeiltasten</string>
</resources>