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

Method _allKeysUp

systemvm/agent/noVNC/core/input/keyboard.js:256–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254 }
255
256 _allKeysUp() {
257 Log.Debug(">> Keyboard.allKeysUp");
258
259 // Prevent control key being processed after losing focus.
260 this._interruptAltGrSequence();
261
262 for (let code in this._keyDownList) {
263 this._sendKeyEvent(this._keyDownList[code], code, false);
264 }
265 Log.Debug("<< Keyboard.allKeysUp");
266 }
267
268 // ===== PUBLIC METHODS =====
269

Callers 1

ungrabMethod · 0.95

Calls 2

_sendKeyEventMethod · 0.95

Tested by

no test coverage detected