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

Strange behaviour of Unicode function. #450

Closed
fahrradflucht opened this issue Jun 27, 2016 · 5 comments
Closed

Strange behaviour of Unicode function. #450

fahrradflucht opened this issue Jun 27, 2016 · 5 comments

Comments

@fahrradflucht
Copy link

I tried to implement a third layer which enables me to write German umlauts (äöü) and ß, while staying in US key layout. I didn't find another solution to this then mapping the keys in that layer to the corresponding unicode, but the behavior I got was very strange.

If I hit the key that I mapped to UC(0x00FC), which should be ü according to Wikipedia I get the following: ººƒç

@algernon
Copy link
Contributor

What OS are you using? Different operating systems have different unicode input methods, and maybe the default of QMK (osx, I think?) is not suitable for you.

@fahrradflucht
Copy link
Author

fahrradflucht commented Jun 27, 2016

I use OSX 10.11.5.

@algernon
Copy link
Contributor

What happens when you press left alt, then, while held, 00FC, and release alt too? Does that input the correct character, or does ti do the ººƒç too?

@jackhumbert
Copy link
Member

Are you using the Unicode Hex Input? Keyboard > Input Sources > Other (at the bottom) > Unicode Hex Input.

@fahrradflucht
Copy link
Author

No I didn't. I was using US layout. Now I works just fine.

Thanks.

BlueTufa pushed a commit to BlueTufa/qmk_firmware that referenced this issue Aug 6, 2021
- issue qmk#450
 - manipulating model causes the vuex model to ddos itself trying to
   manipulate arbitrarily high layer values.
jiaxin96 pushed a commit to Oh-My-Mechanical-Keyboard/qmk_firmware that referenced this issue Oct 18, 2023
* Add Vial-enabled default map to budget96

* Update rules.mk via suggestion

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* Suggestions to keymap.c

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

---------

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
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

3 participants