Version: (using KDE 4.1.0) Installed from: Ubuntu Packages I noticed, that pressing "Full Screen" Button after being in an editor on the other end, a TAB key is sent to the server. Just open an editor (eclipse in my case, on windows) and click in a text, after that press fullscreen in the hotbar, and see magic tabs appearing. I do change from Full Screen to Windowed mode very often, and I saw this happening a lot of times, and got used to it, still, it is a bug. I tried also to make a shortcut CTRL+ENTER for fullscreen, which actually resolves the issue with tabs, but now sometimes the CTRL key gets stuck. pressing CTRL again releases it. but this is a different bug.
actually i realized this also happens if i change tabs. every tab change sends a tab key to the server.
This bug is already fixed in Subversion trunk. After some more testing I will most probably backport this fix to the 4.1 branch (4.1.2 should include this fix then).
SVN commit 856424 by uwolfer: Backport: SVN commit 855003 by uwolfer: Change the way how events (mouse, key and wheel) are handled: overwrite QWidget::event. This way we can prevent the wrong (in our case) handling of the tab key. Also simplifies code a lot. CCBUG:167055 Fixes also new bug: BUG:170178 M +27 -71 vncview.cpp M +5 -10 vncview.h
*** Bug 171855 has been marked as a duplicate of this bug. ***