MCPcopy
hub / github.com/winjs/winjs / _onKeyDown

Method _onKeyDown

src/js/WinJS/Controls/SplitView/_SplitView.ts:533–537  ·  view source on GitHub ↗
(eventObject: KeyboardEvent)

Source from the content-addressed store, hash-verified

531 }
532
533 private _onKeyDown(eventObject: KeyboardEvent) {
534 if (eventObject.keyCode === _ElementUtilities.Key.tab) {
535 this._updateTabIndices();
536 }
537 }
538
539 private _onStartPaneTabFocusIn(eventObject: FocusEvent) {
540 _ElementUtilities._focusLastFocusableElement(this._dom.pane);

Calls 1

_updateTabIndicesMethod · 0.95

Tested by

no test coverage detected