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

[FEATURE] Rework keyboard layout code #217

Closed
akopachov opened this issue Nov 22, 2023 · 0 comments · Fixed by #218
Closed

[FEATURE] Rework keyboard layout code #217

akopachov opened this issue Nov 22, 2023 · 0 comments · Fixed by #218
Assignees
Labels
enhancement New feature or request

Comments

@akopachov
Copy link
Owner

For now there are 3 keyboard layouts prebuilt and hardcoded in the code (QWERTY, AZERTY, QWERTZ).
It might be better to extract all those and load more from here into external file, so that app would be able to load only necessary layout on demand.

@akopachov akopachov self-assigned this Nov 22, 2023
@akopachov akopachov added the enhancement New feature or request label Nov 22, 2023
@akopachov akopachov linked a pull request Nov 22, 2023 that will close this issue
akopachov added a commit that referenced this issue Nov 22, 2023
* Just initial things on possibly more and better KB layout handling

* It is actually working

* Got rid of duplicated layouts preserving aliases

* Better group names for keyboard layouts

* CLang format changes

---------

Co-authored-by: akopachov <akopachov@users.noreply.github.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant