Skip to content

Commit

Permalink
NumericTypeSplit: Remove shift
Browse files Browse the repository at this point in the history
Remove shift mode from NumericTypeSplit and NumericFrenchTypeSplit
numpads, as it doesn't have any effect there.

Signed-off-by: h67ma <szycikm@gmail.com>
  • Loading branch information
h67ma committed Sep 10, 2024
1 parent 27c039c commit 744c137
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ val BACKSPACE_KEY_ITEM =
longPress = KeyAction.DeleteWordBeforeCursor,
)

val BACKSPACE_WIDE_KEY_ITEM = BACKSPACE_KEY_ITEM.copy(widthMultiplier = 3)

val SPACEBAR_KEY_ITEM =
KeyItemC(
center =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ val FRENCH_TYPESPLIT_NUMERIC_KEYBOARD =
),
listOf(
ABC_KEY_ITEM_ALT,
BACKSPACE_TYPESPLIT_SHIFTED_KEY_ITEM,
BACKSPACE_WIDE_KEY_ITEM,
RETURN_KEY_ITEM,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ val TYPESPLIT_NUMERIC_KEYBOARD =
),
listOf(
ABC_KEY_ITEM_ALT,
BACKSPACE_TYPESPLIT_SHIFTED_KEY_ITEM,
BACKSPACE_WIDE_KEY_ITEM,
RETURN_KEY_ITEM,
),
),
Expand Down

0 comments on commit 744c137

Please sign in to comment.