http://bugs.winehq.org/show_bug.cgi?id=19368
Hidetaka Sakai sakaihdt@d2.dion.ne.jp changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Hidetaka Sakai sakaihdt@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.