Made keyboard layout aware of one-handed mode (e.g. hides one-handed key when one-handed mode is enabled)

This commit is contained in:
pdroidandroid@gmail.com 2022-02-21 13:19:47 +01:00
parent d27659de4f
commit 1b1dc96a3d
10 changed files with 81 additions and 22 deletions

View file

@ -263,6 +263,7 @@
<string name="keyspec_clipboard_action_key">!icon/clipboard_action_key|!code/key_clipboard</string>
<string name="keyspec_clipboard_normal_key">!icon/clipboard_normal_key|!code/key_clipboard</string>
<string name="keyspec_start_onehanded_mode">!icon/start_onehanded_mode_key|!code/key_start_onehanded</string>
<string name="keyspec_language_switch">!icon/language_switch_key|!code/key_language_switch</string>
<string name="label_go_key">!string/label_go_key</string>
<string name="label_send_key">!string/label_send_key</string>
<string name="label_next_key">!string/label_next_key</string>