MCPcopy Create free account
hub / github.com/apache/cloudstack / sendCtrlAltDel

Function sendCtrlAltDel

systemvm/agent/noVNC/app/ui.js:1749–1754  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1747 },
1748
1749 sendCtrlAltDel() {
1750 UI.rfb.sendCtrlAltDel();
1751 // See below
1752 UI.rfb.focus();
1753 UI.idleControlbar();
1754 },
1755
1756 _sendKeyUp(keysym, code) {
1757 if (!UI.rfb) return;

Callers

nothing calls this directly

Calls 2

sendCtrlAltDelMethod · 0.80
focusMethod · 0.80

Tested by

no test coverage detected