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

Function sendEsc

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

Source from the content-addressed store, hash-verified

1695 },
1696
1697 sendEsc() {
1698 UI.sendKey(KeyTable.XK_Escape, "Escape");
1699 },
1700
1701 sendTab() {
1702 UI.sendKey(KeyTable.XK_Tab, "Tab");

Callers

nothing calls this directly

Calls 1

sendKeyMethod · 0.80

Tested by

no test coverage detected