1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

fix sendctrlaltdel for spice console

This commit is contained in:
catborise 2020-07-23 11:07:22 +03:00
parent 6ab32e1697
commit fb3ef6be98
2 changed files with 11 additions and 1 deletions

View file

@ -160,6 +160,11 @@
SpiceHtml5.sendCtrlAltFN(sc, f);
return false;
}
function sendCtrlAltDel() {
SpiceHtml5.sendCtrlAltDel(sc);
return false;
}
/* SPICE port event listeners
window.addEventListener('spice-port-data', function(event) {
// Here we convert data to text, but really we can obtain binary data also