| Summary: | MENU key(s) not supported under X11 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Michael Roe <mroe149227> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.8 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Michael Roe
2018-05-12 17:41:42 UTC
An update on this bug: The Linux USB keyboard driver maps both Keyboard.Menu and Consumer.AC Properties to KEY_PROPS. (Presumably because on Sun keyboards, the key was labelled Props but generated Keyboard.Menu). So SDL probably shouldn't map KEY_PROPS to SDL_SCANCODE_MENU. Mapping KEY_MENU to SDL_SCANCODE_MENU still looks a good solution to getting the Menu key on media center PCs to work. |