1
0
Fork 0

new hotkey support

* added support for new hardware keys: Escape, Channel Up, Channel Down;

  * removed the holding options for the keys that are typically found on a computer keyboard, such as F1-F4, Num+, Num-, etc

  * added hold support for other keys
This commit is contained in:
sspanak 2024-04-04 21:09:27 +03:00
parent 3cb495ea22
commit b0f15168f6
14 changed files with 49 additions and 13 deletions

View file

@ -78,6 +78,8 @@
<string name="pref_upside_down_keys_summary">Используйте настройку, если в первом ряду 789 вместо 123.</string>
<string name="dictionary_truncate_unselected">Удалить невыбранные</string>
<string name="pref_category_setup">Начальная настройка</string>
<string name="key_channel_down">Предыдущий канал</string>
<string name="key_channel_up">Следующий канал</string>
<string name="key_volume_down">Уменьшить громкости</string>
<string name="key_volume_up">Увеличить громкости</string>
<string name="dictionary_truncating">Удаление…</string>