1
0
Fork 0

Added computer numpad support

* support for the number keys

* support for the arithmetic keys
This commit is contained in:
sspanak 2023-02-06 12:56:36 +02:00 committed by Dimo Karaivanov
parent b159e552e5
commit 008aea12e4
14 changed files with 203 additions and 136 deletions

View file

@ -50,4 +50,6 @@
<string name="char_newline">Нов ред</string>
<string name="char_space">Интервал</string>
<string name="add_word_field_placeholder">Напишете дума…</string>
<string name="pref_upside_down_keys">Клавиши в обратен ред</string>
<string name="pref_upside_down_keys_summary">Включете настройката, ако на първият ред са 789, вместо 123.</string>
</resources>