[Bug 19368] lpfnWndProc can't catch Up/Down/Left/Right and CTRL+ other Button

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 19 20:44:07 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=19368


Hidetaka Sakai <sakaihdt at d2.dion.ne.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Hidetaka Sakai <sakaihdt at d2.dion.ne.jp>  2009-07-19 20:44:07 ---
Thank you for reply

> The code looks soo bad it's impossible to see what it's doing and how it's
> doing it. It would be much easier for a dev from sakura-editor project to find
> the problem. Or at least point to exact place where they are expecting
> left/right/up/down arrow keys.

Ohoo. sakura-editor is not good code?!


> The ctrl,shift,alt + hotkeys don't work because of bug 1348.

It's already reported bug.
But I can't find 1348's patch (id=3668) in wine(1.1.26).
(not find RegisterHotKey keyword in dlls/user32/driver.c )


> > "sakura editor" catch Up/Down/Ctrl event from lpfnWndProc() callback.
> Where exactly? Which file? Which function?

 CEDditWndProc() (CEditWnd.cpp)  <= This is lpfnWndProc callback function.
  ->  DispatchEvent() (CEditWnd.cpp)
   ->  OnCommand() () (CEditWnd.cpp)

thank you.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list