http://bugs.winehq.org/show_bug.cgi?id=19368
--- Comment #6 from Hidetaka Sakai sakaihdt@d2.dion.ne.jp 2009-08-05 11:43:33 --- Hello.
I corrected the sakura-editor and report it.
I seem "The problem was in Accelarator Table".
sakura-editor has Accelarator Table (HACCEL) in Shared Memory. Accelarator Table is shared in two or more processes.
I tried change sakura-editor that it use StackMemory. Then, sakura-editor became operated normally. (UP/Down/Ctrl... OK) (http://sakaihdt.gozaru.jp/sakura_en.html )
I seem " Windows has Accelarator Table in Shared Memory " But Wine has Accelarator Table in HeepArea. ( dlls/user32/resource.c CreateAcceleratorTableA() use GlobalAlloc16 function .)
thank you.