Skip to content

Commit

Permalink
Add newline gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Sep 21, 2024
1 parent 6d735e8 commit 370136f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ val CONTROL_MESSAGEASE_LAYER =
actions = mapOf(
Direction.CENTER to Action.Enter(),
Direction.TOP_LEFT to Action.ToggleEmojiMode,
// Always enters a new line, rather than triggering special actions
Direction.TOP to Action.Text("\n"),
Direction.TOP_RIGHT to Action.ToggleEmojiMode,
Direction.BOTTOM to Action.ToggleZalgo,
)
Expand Down

0 comments on commit 370136f

Please sign in to comment.