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:
parent
6ab32e1697
commit
fb3ef6be98
2 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue