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

Non-US keyboards don't work on X86_64 hosted #53

Closed
mattrust opened this issue Dec 13, 2019 · 2 comments
Closed

Non-US keyboards don't work on X86_64 hosted #53

mattrust opened this issue Dec 13, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@mattrust
Copy link
Member

Something is wrong with X11 keyboard handling.

For French and German (and likely other) keyboards some keys aren't working (e.g. German umlauts äüö).

See
https://ae.amigalife.org/index.php?PHPSESSID=f4rb7d5i2loevlim905gh7o2g3&topic=430.msg3869#new

@Kalamatee Kalamatee added the bug Something isn't working label Dec 19, 2019
@Kalamatee
Copy link
Member

there seems to be a more general issue with the input settings. Changing to e.g. German here results in hosted crashing when you go to save.

@mattrust
Copy link
Member Author

Fixed by Kalamatee with:
37ef165

wawatok pushed a commit that referenced this issue Mar 30, 2020
deadwood2 pushed a commit to deadwood2/fork-ADT-AROS that referenced this issue Apr 4, 2023
Problem of "leaking" clicks was crated when fix for aros-development-team#53 was introduced.

This fixes both problem in more general way:

a) Area class does not eat mouse click event (proven with unit test)
b) Implement MUI 3.9 MUI_EHF_GUIMODE flag which partially reverts changes
done for fixing aros-development-team#53
c) Update built-in classes to make use of MUI_EHF_GUIMODE.

Note following classes are reviewed but not updated:

prop - only IDCMP_IDCMPUPDATE and checks for GA_ID
dtpic - removes event handler during Hide
crawling - only IDCMP_INTUITICKS
numeric - only IDCMP_RAWKEY
boopsi - only IDCMP_IDCMPUPDATE
popstring - only IDCMP_RAWKEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants