http://bugs.winehq.org/show_bug.cgi?id=21918
--- Comment #5 from Alex Henrie alexhenrie24@gmail.com 2011-12-05 19:50:28 CST --- Created attachment 37818 --> http://bugs.winehq.org/attachment.cgi?id=37818 Possible patch
A workaround is to set Wine to emulate a virtual desktop. The bug appears to be due to a decision made way back in 2004 to not send SC_KEYMENU on managed windows:
http://www.winehq.org/pipermail/wine-patches/2004-October/013100.html http://www.winehq.org/pipermail/wine-devel/2004-October/030222.html http://source.winehq.org/git/wine.git/commitdiff/b0c45123e5ee39e0f995d53a906... http://source.winehq.org/git/wine.git/commitdiff/eb857aebebb138d9fc3e711b9f2...
Perhaps the SC_KEYMENU prohibition is no longer necessary--when I remove it from winex11, the Notepad++ bug is fixed and I haven't noticed any problems in other applications. Is the fix as simple as that?