[Spice-devel] [PATCH spice-html5] spice_auto: Add button to send Ctrl-Alt-Delete

Tomáš Bohdálek tom.bohdalek at gmail.com
Thu Sep 14 06:36:54 UTC 2017


This already uses the added function sendCtrlAltDel().
It works only on Windows.
---
 spice_auto.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spice_auto.html b/spice_auto.html
index 2f04fc9..5c90cbc 100644
--- a/spice_auto.html
+++ b/spice_auto.html
@@ -204,6 +204,7 @@
 
         <div id="login">
             <span class="logo">SPICE</span>
+            <button id="sendCtrlAltDelButton" onclick="sendCtrlAltDel();">Send Ctrl-Alt-Delete</button>
         </div>
 
         <div id="spice-area">
-- 
2.9.5



More information about the Spice-devel mailing list