Bug Tracker item #3481472, was opened at 2012-01-29 17:52
Message generated for change (Comment added) made by ossman_
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126848&aid=3481472&group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows version
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Michal Suchanek (hramrach)
Assigned to: Peter Åstrand (astrand)
Summary: Sending special keys does not work when started fullscreen

Initial Comment:
When the Windows viewer is started fullscreen and with the option to send 
special keys to the server it does not in fact send special keys (specifically 
the Win key). Instead the WIn key activates the Start menu.

When the viewer is not started fullscreen and switched to fullscreen or when 
input is switched to another application and then to viewer the Win key is sent 
as expected.

----------------------------------------------------------------------

>Comment By: Pierre Ossman (ossman_)
Date: 2013-02-15 00:40

Message:
This should be fixed on trunk.

----------------------------------------------------------------------

Comment By: Michal Suchanek (hramrach)
Date: 2012-02-13 09:08

Message:
You probably want something like the below patch.


Index: vncviewer/DesktopWindow.cxx
===================================================================
--- vncviewer/DesktopWindow.cxx (revision 4854)
+++ vncviewer/DesktopWindow.cxx (working copy)
@@ -92,6 +92,10 @@
   }
 
   show();
+  // If the viewer starts fullscreen and is supposed to grab keyboard in
+  // fullscreen now is the time.
+  if (self->fullscreen_active() && fullscreenSystemKeys)
+    self->grabKeyboard();
 
   // The window manager might give us an initial window size that is
different
   // than the one we requested, and in those cases we need to manually
adjust


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126848&aid=3481472&group_id=254363

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to