Skip to content

Commit

Permalink
Implemented Keyboard Auto Case Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
laserXdolphin committed Jul 17, 2024
1 parent 899ea4a commit b902da2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/naming_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1480,6 +1480,11 @@ static bool8 KeyboardKeyHandler_Character(u8 input)
{
bool8 textFull = AddTextCharacter();

if (sNamingScreen ->currentPage == KBPAGE_LETTERS_UPPER && GetTextEntryPosition() == 1)
{
MainState_StartPageSwap();
}

SquishCursor();
if (textFull)
{
Expand Down

0 comments on commit b902da2

Please sign in to comment.