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

[regression] Pressing HOME brings me to U+FFB4 (ᄡ) #3782

Open
ctrlcctrlv opened this issue Jul 12, 2019 · 5 comments
Open

[regression] Pressing HOME brings me to U+FFB4 (ᄡ) #3782

ctrlcctrlv opened this issue Jul 12, 2019 · 5 comments

Comments

@ctrlcctrlv
Copy link
Member

I believe this is a regression, I think it's in code @skef added. I don't remember the circumstances and GitHub's internal search engine brings up nothing, but the shape of ᄡ is familiar to me

@ctrlcctrlv ctrlcctrlv changed the title [regression] Pressing PAGEUP brings me to U+FFB4 (ᄡ) [regression] Pressing HOME brings me to U+FFB4 (ᄡ) Jul 12, 2019
@skef
Copy link
Contributor

skef commented Jul 12, 2019

If you're thinking of #3724 that was just an advice issue -- no code was added.

Regardless I'm not sure what pushes I've contributed to that might be relevant, unless it stems from the hotkey work a while back.

@ctrlcctrlv
Copy link
Member Author

@skef Oh, sorry. I remembered the issue got closed and thought code got added. I remembered wrong, it's probably not your fault. But I haven't noticed this before. I'll try to track down exactly what commit caused this. Sorry again

@skef
Copy link
Contributor

skef commented Jul 12, 2019

No problem. For reference the "normal" Home keysym is 0xFF50 and the keypad Home keysym is 0xFF95. 0xFFB4 is the keypad 4 keysym. So there's no obvious first place to check for the particular weirdness you're seeing.

@ctrlcctrlv
Copy link
Member Author

Update: I have discovered that it very much depends on the open font file which glyph HOME sends me to, it's very very strange. QRD.sfd brings me to K (it brought me to uniFFB4 ᄡ before I added some new glyphs, and even uniFFE1 £), Chomsky.sfd brings me to A, with the same FontForge version...what's going on??

@khaledhosny
Copy link
Contributor

It might be the glyph ids, changing the encoding to Glyph Order should show you these.

@skef skef removed the regression label Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants