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

file picker doesn't recognize keyboard layout #1882

Closed
v-python opened this issue Oct 29, 2014 · 2 comments
Closed

file picker doesn't recognize keyboard layout #1882

v-python opened this issue Oct 29, 2014 · 2 comments

Comments

@v-python
Copy link

I have a custom keyboard layout installed on Windows 7, but fontforge, at least in the initial file picker, seems to be ignoring that somehow, perhaps doing its own interpretation of key up/down sequences rather than obtaining the keycodes from the proper Windows APIs. This makes it rather hard to type file names, especially those using characters not on (or that I can not find on) whatever keyboard model it is using.

@adrientetar
Copy link
Member

Dupe of #1729.

@adrientetar
Copy link
Member

Generally speaking, FontForge was originally written on top of the X Window toolkit (UNIX) so as you point out, it's not a native Windows app. It uses the xkb utility for keyboard handling for instance, and hwile it's configurable via launch flags there's (seemingly) no detection feature.

See #1729 for the details.

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

2 participants