Skip to content

Instantly share code, notes, and snippets.

@noonedeadpunk
Created June 24, 2020 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noonedeadpunk/77b92077c1bd7ae365835be61c45100c to your computer and use it in GitHub Desktop.
Save noonedeadpunk/77b92077c1bd7ae365835be61c45100c to your computer and use it in GitHub Desktop.
SPICE console ctrl+alt+del button
/usr/share/spice-html5/spice_auto.html:
<div id="login">
<span class="logo">SPICE</span>
+ <div class="spice-send-ctrl-alt-del">
+ <button type="button" onclick="sendCtrlAltDel()">
+ Send Ctrl-Alt-Delete
+ </button>
+ </div>
</div>
<div id="spice-area">
/usr/share/spice-html5/spice.css:
font-size: 20px;
font-weight: bolder;
text-shadow: #efefef 1px 1px 0px;
+ float: left;
}
+.spice-send-ctrl-alt-del {
+ width: 650px;
+ margin-left: 100px;
+ margin-right: 0px;
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment