You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: