Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition away from switch case for determining keyboard layouts #525

Open
2 tasks done
mcrkgus opened this issue Dec 19, 2024 · 0 comments
Open
2 tasks done

Transition away from switch case for determining keyboard layouts #525

mcrkgus opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@mcrkgus
Copy link
Contributor

mcrkgus commented Dec 19, 2024

Terms

Description

The code in KeyboardKeys currently uses switch cases to set different styles.
I'm trying to approach this by determining the layout and width of the current keyboard without using switch cases.

As in the method above, I plan to try an approach that centrally manages language-specific scalar values.

Contribution

No response

@mcrkgus mcrkgus added the feature New feature or request label Dec 19, 2024
@andrewtavis andrewtavis added the help wanted Extra attention is needed label Dec 20, 2024
@andrewtavis andrewtavis moved this from Todo to In Progress in Scribe Board Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed
Projects
Status: In Progress
Development

No branches or pull requests

2 participants