http://bugs.winehq.org/show_bug.cgi?id=20516
--- Comment #5 from Erich Hoover ehoover@mines.edu 2009-10-30 16:52:16 --- Created an attachment (id=24455) --> (http://bugs.winehq.org/attachment.cgi?id=24455) Hack for wineconsole
(In reply to comment #4)
(In reply to comment #3)
Where can I get a hold of this application?
Opensource far is available from http://farmanager.com/opensource.php?l=en
The exact build I am using is this (revision 780): http://farmanager.rainforce.org/nightly/tags/Far_20_b780.zip
Thanks, I had a couple minutes to look into this and tracked down the general vicinity of the problem. The issue is that "wineconsole" treats ALL of the WM_SYSKEY* messages as having the ALT key pressed. So, attached is a hack to except F10 from this rule. Unfortunately I have to head off to a meeting, so I'll have to finish up later (the WM_SYSKEY* should not be used to determine accelerator keys, so fixing this properly will take a little effort).