Skip to content

Fix keyboard issues#37

Open
jasger9000 wants to merge 2 commits intosabrina-aip:mainfrom
jasger9000:fix-keyboard-stuff
Open

Fix keyboard issues#37
jasger9000 wants to merge 2 commits intosabrina-aip:mainfrom
jasger9000:fix-keyboard-stuff

Conversation

@jasger9000
Copy link
Contributor

@jasger9000 jasger9000 commented Feb 4, 2024

Hello to all,

This PR aims to fix three things:

  1. The keyboard handling for clocking and typing
  2. Removing the duplicated code from the different modes into one file
  3. Making it impossible to input non-valid characters

Closes #36.

This should make it a lot easier to maintain the project (since you don't have to duplicate so much) and decrease its size.
It also is in direct conflict with #34 since we solve the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trigger key press event on key down instead of key up

1 participant