Added new option, SendSysKeys, which controls if Alt-Tab, Alt-F4 and Alt-Space should be handled locally, or sent to the server
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@127 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/CViewOptions.h b/vncviewer/CViewOptions.h
index d49cab1..b19c750 100644
--- a/vncviewer/CViewOptions.h
+++ b/vncviewer/CViewOptions.h
@@ -58,6 +58,7 @@
bool shared;
bool sendPtrEvents;
bool sendKeyEvents;
+ bool sendSysKeys;
bool clientCutText;
bool serverCutText;
bool emulate3;