You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the Norwegian keyboard, the lower-case swipes to get 'q' and 'z' (on the top centre button, right and left, respectively) are not working. The upper-case versions do work.
It seems that line 44 in main/java/com/dessalines/thumbkey/keyboards/ThumbKeyNOv1.kt somehow is the culprit. At least the definition of the lowercase actions has this line:
swipeType = SwipeNWay.TWO_WAY_VERTICAL,
whereas the uppercase does not.
The text was updated successfully, but these errors were encountered:
** Thumb-Key Version **
v. 1.6.0
Describe the bug
In the Norwegian keyboard, the lower-case swipes to get 'q' and 'z' (on the top centre button, right and left, respectively) are not working. The upper-case versions do work.
It seems that line 44 in main/java/com/dessalines/thumbkey/keyboards/ThumbKeyNOv1.kt somehow is the culprit. At least the definition of the lowercase actions has this line:
swipeType = SwipeNWay.TWO_WAY_VERTICAL,
whereas the uppercase does not.
The text was updated successfully, but these errors were encountered: