summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-03-05 12:31:19 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-03-05 14:32:53 +0100
commitfcb9c6364ea94d22e699707c8b707d6c932a9f61 (patch)
treebcfff6a879deb8ec6bb015797b6554fc443b7744
parent15f039b440ad28a2f599e4f21310e4a5b11a94d1 (diff)
Add ctrl-alt-del setting to test page
-rw-r--r--data/test.html2
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>