http://bugs.winehq.org/show_bug.cgi?id=7974
Summary: soldat: input configuration doesn't work Product: Wine Version: CVS Platform: Other URL: http://appdb.winehq.org/appview.php?iVersionId=4662 OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-user AssignedTo: wine-bugs@winehq.org ReportedBy: flexo@holycrap.org
When trying to reassign the key/mouse bindings (Player => Controls) the program seems to hang. When you click around in the window a bit it seems to register a mouse click after a while. If you click a control again it just shows "Key OK".
The only error is: fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE ... everytime you click on one of the control buttons.
Not sure if this is a problem.
It seems Soldat uses SetWindowsHookEx to hook into WH_KEYBOARD_LL and WH_MOUSE_LL. However, no messages seem to be generated. Also when not using desktop mode the keyboard focus stays at the terminal while soldat waits for a key press. So this could be a focus-related problem.