On Thu, 23 Sep 2004 23:38:16 +0900, you wrote:
"Rein Klazes" rklazes@xs4all.nl wrote:
After finding an accelerator for WM_CHAR (in this case SYSCHAR) the code in translate_accelerator() jumps straight to the handling of this. Again I'm not familiar with these parts, do you think key state checks should be added here?
Since now I have a test case for accelerators I'll try to fix it to pass under Wine, right now it fails miserably.
Great. Attached patch is what I think Windows is doing. It fixes the problem with Agent, and hopefully also fixes your problem about no window with keyboard focus.
Rein.