https://bugs.winehq.org/show_bug.cgi?id=46446
Bug ID: 46446 Summary: Value for WM_KEYLAST too low in https://wiki.winehq.org/List_Of_Windows_Messages Product: WineHQ.org Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: www-unknown Assignee: wine-bugs@winehq.org Reporter: jeroen.bugs.winehq.org@pluimers.com Distribution: ---
Value for WM_KEYLAST is 0x0108 (264) but should be 0x0109 (265) as the range Value for WM_KEYFIRST .. WM_KEYLAST should include WM_UNICHAR which correctly has value 0x0109 (265) as per https://docs.microsoft.com/en-us/windows/desktop/inputdev/wm-unichar
https://bugs.winehq.org/show_bug.cgi?id=46446
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- I suspect the Wine page predates the MS page by quite some time.
https://bugs.winehq.org/show_bug.cgi?id=46446
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |fgouget@codeweavers.com Status|NEW |RESOLVED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- Wine defined WM_KEYLAST as WM_UNICHAR. Windows gives it the same value. So I updated the Wiki.
https://bugs.winehq.org/show_bug.cgi?id=46446
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Rosanne DiMesio dimesio@earthlink.net --- Closing fixed website bug.