Skip to content

Commit

Permalink
Keep spacebar consistent when shifted (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
harmtemolder authored Nov 4, 2024
1 parent 12aea17 commit c299135
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ val KB_NL_TYPESPLIT_SHIFTED =
bottom = KeyC("C"),
right = KeyC("Ë", color = MUTED),
),
SPACEBAR_TYPESPLIT_MIDDLE_KEY_ITEM,
SPACEBAR_ALL_DIRECTIONS,
KeyItemC(
center = KeyC("T", size = LARGE),
swipeType = FOUR_WAY_CROSS,
Expand Down Expand Up @@ -180,7 +180,7 @@ val KB_NL_TYPESPLIT_SHIFTED =
right = KeyC("Ä", color = MUTED),
topRight = KeyC("Á", color = MUTED),
),
SPACEBAR_TYPESPLIT_BOTTOM_KEY_ITEM,
SPACEBAR_ALL_SYMBOLS,
KeyItemC(
center = KeyC("R", size = LARGE),
swipeType = TWO_WAY_VERTICAL,
Expand Down

0 comments on commit c299135

Please sign in to comment.