[Spice-devel] [spice-xpi 4/4] Add ctrl-alt-del setting to test page

Christophe Fergeau cfergeau at redhat.com
Mon Mar 5 05:33:36 PST 2012


---
 data/test.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/data/test.html b/data/test.html
index ce94acd..83fcc14 100644
--- a/data/test.html
+++ b/data/test.html
@@ -39,6 +39,7 @@ function Execute()
     embed.fullScreen = false;
     embed.AdminConsole = (document.all["AdminConsole"].value == "1");
     embed.HotKeys = document.all["HotKeys"].value;
+    embed.SendCtrlAltdelete = (document.all["SendCtrlAltdelete"].value == "1")
     embed.fAudio = true;
     embed.connect();
 }
@@ -65,6 +66,7 @@ SecurePort: <input id="SecurePort" type="text" size="13"> </input> <BR>
 Password: <input id="Password" type="text" size="13"> </input>
 HotKeys: <input id="HotKeys" type="text" size="13" value="release-cursor=ctrl+alt"> </input>
 AdminConsole: <input id="AdminConsole" type="text" size="5" value="1"> </input>
+SendCtrlAltdelete: <input id="SendCtrlAltdelete" type="text" size="5" value="1"> </input>
 <BR>
 HostSubject: <input id="HostSubject" type="text" size="60"> </input></br>
 TrustStore: <textarea id="TrustStore" type="text" cols="65" rows="15"> </textarea> <BR>
-- 
1.7.7.6



More information about the Spice-devel mailing list