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

Language specific key codes #963

Open
Ivan-Malinovski opened this issue Sep 29, 2021 · 1 comment
Open

Language specific key codes #963

Ivan-Malinovski opened this issue Sep 29, 2021 · 1 comment

Comments

@Ivan-Malinovski
Copy link

Ivan-Malinovski commented Sep 29, 2021

As it is now, it is a massive pain to create keyboard layouts, if you're not using a keyboard with US layout.

QMK solves this by having language specific key codes, that can be imported, and they're essentially just files that create aliases that "translate" US-layout inputs to your language of choices. So when I want to do $ on my Danish layout, I can do &kp DK_DLLR in the keymap, instead of &kp RA(N4).

Right now I've already implemented Danish aliases in my own layout, but I'm thinking it would be nice to have a repository with language files, that you can just import when necessary.

@MvEerd
Copy link
Contributor

MvEerd commented Sep 29, 2021

This may be a duplicate of #177, it is at least one of the solutions proposed there for this use case

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

No branches or pull requests

2 participants