http://bugs.winehq.com/show_bug.cgi?id=735
*** shadow/735 Tue May 28 08:41:52 2002 --- shadow/735.tmp.25514 Tue May 28 08:41:52 2002 *************** *** 0 **** --- 1,24 ---- + +============================================================================+ + | The WM_INPUTLANGCHANGE message is not send when switching layouts | + +----------------------------------------------------------------------------+ + | Bug #: 735 Product: Wine | + | Status: UNCONFIRMED Version: CVS | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-misc | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: winebugzilla@sun.consumer.org.il | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + WM_INPUTLANGCHANGE and WM_INPUTLANGCHANGEREQUEST messages are supposed to be + sent to an active application surrounding switching keyboard modes. Some + applications (in particular BiDi applications that indicate current active + direction) intercept this message to update their UI. + + At the moment, there is no code that knows how to generate this message at all, + and after a layout switch in X11 or KDE in particular. \ No newline at end of file