http://bugs.winehq.org/show_bug.cgi?id=58247 --- Comment #5 from xnep1@hotmail.com --- (In reply to someoneenoyingbybugs from comment #4)
if it was a layout problem i think ç should have not worked and it seems the arrows are not working in some game too when using wayland
It’s not exactly an issue with the layouts themselves. However, the Wayland keyboard code doesn't handle scancodes from non-US layouts very well. "Ç" works because, in the ABNT2 layout, its physical key corresponds to `KEY_SEMICOLON`, which exists in the US layout. The "/?" key, on the other hand, comes from the ISO standard and uses `KEY_RO`. The arrow keys should be working; they work fine for me. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.