Mike,
I put a messagebox in OnKeyUp() to tell me what nChar it's getting. It enters OnKeyUp() for every function key except F6. If I hold down the control key, then it also get's F6 and it get's it with the
right
key code, 117. Could Gnome be trapping that key for something?
Yes, that's possible. Like I said, use the channels Luke!
wine --debugmsg +keyboard foo.exe
then watch what is printed when you hit a key. If nothing appears when you press F6, probably the window manager is eating it before it gets to wine (try running it in a different setup to test that theory).
Thank-you . No debugmsg when I press F6. Any idea where I change that in the window manager?
--Mike