http://bugs.winehq.org/show_bug.cgi?id=14180
--- Comment #11 from Alex Henrie alexhenrie24@gmail.com 2012-05-02 19:47:10 CDT --- Created attachment 40006 --> http://bugs.winehq.org/attachment.cgi?id=40006 Patch that makes all keys act like the 1 key
I found out that if I change TranslateMessage to set wparam='1' on all WM_CHAR messages it sends, the following happens:
Ctrl+1, Ctrl+2, Ctrl+3 assign control groups 1, 2, 3 Alt+1, Alt+2, Alt+3 select control groups 1, 2, 3 1, 2, 3 select control group 1
Does anyone have an idea why this would be?