Skip to content

Commit

Permalink
Use common spacebar in numeric keyboard (#463)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Parsons <cparsons@thoughtmachine.net>
  • Loading branch information
cjparsons74 and Chris Parsons authored Oct 5, 2023
1 parent 2d1175f commit c6436dd
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions app/src/main/java/com/dessalines/thumbkey/keyboards/Numeric.kt
Original file line number Diff line number Diff line change
Expand Up @@ -272,20 +272,7 @@ val NUMERIC_KEYBOARD = KeyboardC(
),
widthMultiplier = 2,
),
KeyItemC(
center = KeyC(
display = KeyDisplay.TextDisplay(" "),
action = KeyAction.CommitText(" "),
),
nextTapActions = listOf(
KeyAction.ReplaceLastText(". ", trimCount = 1),
KeyAction.ReplaceLastText(", "),
KeyAction.ReplaceLastText("? "),
KeyAction.ReplaceLastText("! "),
KeyAction.ReplaceLastText(": "),
),
backgroundColor = ColorVariant.SURFACE_VARIANT,
),
SPACEBAR_SKINNY_KEY_ITEM,
RETURN_KEY_ITEM,
),
),
Expand Down

0 comments on commit c6436dd

Please sign in to comment.