Skip to content

Commit

Permalink
Added slide gestures to Type-Split layouts (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
sslater11 authored Oct 21, 2023
1 parent 4f9dc5d commit 2a81503
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ val SPACEBAR_TYPESPLIT_TOP_KEY_ITEM =
action = KeyAction.CommitText(" "),
),
swipeType = SwipeNWay.FOUR_WAY_CROSS,
slideType = SlideType.MOVE_CURSOR,
swipes = mapOf(
SwipeDirection.LEFT to KeyC(
action = KeyAction.SendEvent(
Expand Down Expand Up @@ -471,6 +472,7 @@ val BACKSPACE_TYPESPLIT_KEY_ITEM =
color = ColorVariant.SECONDARY,
),
swipeType = SwipeNWay.FOUR_WAY_CROSS,
slideType = SlideType.DELETE,
swipes = mapOf(
SwipeDirection.LEFT to KeyC(
action = KeyAction.DeleteWordBeforeCursor,
Expand Down

0 comments on commit 2a81503

Please sign in to comment.