1
0
Fork 0

Virtual keyboard minor bugfixes (#491)

* prevent incorrect keycodes when holding the virtual number keys

* fixed incorrect handling of unset hotkeys

* fixed touch listeners being assigned to the wrong virtual key sometimes
This commit is contained in:
Dimo Karaivanov 2024-04-17 17:23:40 +03:00
parent a42c1ed1ee
commit 6225448eee
7 changed files with 24 additions and 9 deletions

View file

@ -127,6 +127,7 @@
<io.github.sspanak.tt9.ui.main.keys.SoftBackspaceKey
style="@android:style/Widget.Holo.Button.Borderless"
android:id="@+id/soft_key_backspace"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="@dimen/numpad_control_key_layout_weight"

View file

@ -67,6 +67,7 @@
<io.github.sspanak.tt9.ui.main.keys.SoftBackspaceKey
style="@android:style/Widget.Holo.Button.Borderless"
android:id="@+id/soft_key_backspace"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="3"