File tree Expand file tree Collapse file tree
app/src/main/java/com/dessalines/thumbkey Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ val messageEaseKeyboard = KeyboardC(
196196 action = KeyAction .CommitText (" z" )
197197 ),
198198 SwipeDirection .BOTTOM_RIGHT to KeyC (
199- display = KeyDisplay .TextDisplay (" * " ),
200- action = KeyAction .CommitText (" * " ),
199+ display = KeyDisplay .TextDisplay (" - " ),
200+ action = KeyAction .CommitText (" - " ),
201201 color = ColorVariant .MUTED
202202 ),
203203 SwipeDirection .BOTTOM to KeyC (
@@ -463,8 +463,8 @@ val messageEaseKeyboardShifted = KeyboardC(
463463 action = KeyAction .CommitText (" Z" )
464464 ),
465465 SwipeDirection .BOTTOM_RIGHT to KeyC (
466- display = KeyDisplay .TextDisplay (" * " ),
467- action = KeyAction .CommitText (" * " ),
466+ display = KeyDisplay .TextDisplay (" - " ),
467+ action = KeyAction .CommitText (" - " ),
468468 color = ColorVariant .MUTED
469469 ),
470470 SwipeDirection .BOTTOM to KeyC (
Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ val thumbkeyV4Keyboard = KeyboardC(
196196 action = KeyAction .CommitText (" z" )
197197 ),
198198 SwipeDirection .BOTTOM_RIGHT to KeyC (
199- display = KeyDisplay .TextDisplay (" * " ),
200- action = KeyAction .CommitText (" * " ),
199+ display = KeyDisplay .TextDisplay (" - " ),
200+ action = KeyAction .CommitText (" - " ),
201201 color = ColorVariant .MUTED
202202 ),
203203 SwipeDirection .BOTTOM to KeyC (
@@ -463,8 +463,8 @@ val thumbkeyV4KeyboardShifted = KeyboardC(
463463 action = KeyAction .CommitText (" Z" )
464464 ),
465465 SwipeDirection .BOTTOM_RIGHT to KeyC (
466- display = KeyDisplay .TextDisplay (" * " ),
467- action = KeyAction .CommitText (" * " ),
466+ display = KeyDisplay .TextDisplay (" - " ),
467+ action = KeyAction .CommitText (" - " ),
468468 color = ColorVariant .MUTED
469469 ),
470470 SwipeDirection .BOTTOM to KeyC (
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ fun KeyboardKey(
159159 onToggleShiftMode = onToggleShiftMode,
160160 onToggleNumericMode = onToggleNumericMode
161161 )
162+ lastAction.value = action
162163
163164 // Reset the drags
164165 offsetX = 0f
You can’t perform that action at this time.
0 commit comments