-
Notifications
You must be signed in to change notification settings - Fork 4
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
Character window improvement for unrecognized keystrokes #156
Comments
hmm, interesting. when kV doesn't recognize a character you're supposed to see the second character in your screenshot. not the mojibake. could it be because Karabiner-Elements is remapping something? like this is how it's supposed to work: ScreenFlow.mp4is there any way that you can generate the mojibake character without doing remapping with other tools? |
It does seem to be an issue with Karabiner remapping. Not reproducible when Karabiner is off. |
can you share your JSON config? the part of your remapping, so that i can have a look. thank. |
Absolutely. Here’s my Karabiner mods for managing the function keys.
|
thanks. will check. |
i can't reproduce. but i think i'm not plugging your remapping properly in the KE JSON file. can you share the whole JSON actually, so that i can make sure i'm getting your remapping correctly? thanks. |
ok actually i was able to plug one rule for testing. that one:
here's the result. i press 4 times the ScreenFlow.mp4 |
I created a new KE profile and added only the "left_shift to F14" mod you tested. Same mojibake appeared, instead of the 🌐 (U+1F310) you saw. Could be something with my OS settings but I am not sure which one. BTW, upon some digging, the mojibake appears to be 𩌘 (U+29318 in CJK IDEOGRAPH EXTENSION B). Not sure if this is of any help but just wanted to throw it in here… |
ok can you actually send me your whole |
Just emailed you the file. Many thanks for looking into this! |
can't reproduce, even with your ScreenFlow.mp4i'm using a MBP with the shit Touch Bar. pressing |
Absolutely. Thanks for the extra mile! Closing the issue for now before something else comes up. |
I just found the reason. If there is a user-installed font which supports CJK Ideograph Extensions, the actual Chinese character (U+29318) will be displayed instead of "🌐". The issue disappears when the font is deactivated. Can KindaVim be made more compatible with this font? |
i'll check for sure, but:
but i'll still have a look of course. |
KindaVim shows mojibake when keystrokes are unrecognized (such as the case when you change a key to
F13
–F20
with Karabiner). Visual improvement would be great (how about�
or other replacement characters?).The text was updated successfully, but these errors were encountered: