http://bugs.winehq.org/show_bug.cgi?id=15122
--- Comment #22 from Dmitry Timoshkov dmitry@codeweavers.com 2009-04-15 02:34:09 --- (In reply to comment #21)
It doesn't work, because FAR calls PeekConcoleInput/ReadConsoleInput directly, and these functions are defined in the kernel32.
It doesn't matter where that APIs reside, the window is managed by wineconsole, and all console/clipboard calls go through the server. Have you actually tried to add GetInputState() calls to wineconsole?