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

Function keyEvent

systemvm/agent/noVNC/app/ui.js:1594–1598  ·  view source on GitHub ↗
(keysym, code, down)

Source from the content-addressed store, hash-verified

1592 },
1593
1594 keyEvent(keysym, code, down) {
1595 if (!UI.rfb) return;
1596
1597 UI.rfb.sendKey(keysym, code, down);
1598 },
1599
1600 // When normal keyboard events are left uncought, use the input events from
1601 // the keyboardinput element instead and generate the corresponding key events.

Callers

nothing calls this directly

Calls 1

sendKeyMethod · 0.80

Tested by

no test coverage detected