-
-
Notifications
You must be signed in to change notification settings - Fork 33
Created Danish keyboard layout #85
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good, so I'm being pedantic in places here.
Some is opinionated and I don't know what a typical danish keyboard really looks like beyond what the internet tells me (which sometimes fools me on this topic).
Really blocking would only be the Enter key type.
Thanks!
I'll be doing these changes in the near future, but tomorrow, uni starts again. And I foolishly choose double work so I can finish Uni faster. Thanks for feedback though. Idk, I'm just wandering around in this repo lol. |
Looks good to me otherwise. |
Oh, i read it wrong. I'll correct it next time |
Looks mostly good to me. If you don't mind me being pedantic one last time, the numpad decimal/comma is missing on the AltGr layer. Checking with an input tester, there doesn't seem to be anything unusual with the key states of the numpad keys while holding AltGr on a real keyboard, so it'd make sense for all of them to remain available. Also something I missed last time, the "" key's string seems to be set to print "\", so two characters. If there was an intent of escaping here, that is not necessary (only escaped things are newlines are as "\n" and literal "\n"s as "\n"). Don't worry about the speed of progress here. It's not like much has happened from my side recently either. |
I somehow got merge conflics with myself. this github is weird. Please tell if there is anything wrong. i'll fix it when i get time again lol |
Right. So as nice of a gesture it is, I don't think I should be listed in the author field. My input on this layout isn't really worth crediting. The "" in the AltGr layout still types double characters. This and above would be my last nitpick. Something else that is on me is that it seems that the typing of some characters with different OS keyboard layout doesn't work as intended. Weirdly enough hadn't run into that with other international layouts yet, but there's nothing wrong in the layout file here. |
No wait, there might be something wrong with my computer right now |
Okay, I'm angry. It works again after restarting Desktop+. |
You're a nice person, and you've pointed out a lot of my errors.
Honestly, when I began this keyboard thing, I needed it for my CV. But now, it doesn't matter as much. I think if you squash the commits, then it will become a single commit with you as credited. With me in the desc. |
Some more string keys to inputs not working properly is unfortunate (VkKeyScanW() is used and supposed to return the right key codes for current OS layout), but something I'll need to look into myself as said. The layout as it is now is fine. Might jump in and adjust the affected keys later if I figure anything out, but no need to worry on it for now. Thanks again for your contribution! |
Issue [#80]
I told ya I would do it.
Kept my word.
This repo is surprisingly well organized. Good job