MCPcopy Index your code
hub / github.com/UI5/webcomponents / _handleCtrlALtF8

Method _handleCtrlALtF8

packages/main/src/MultiComboBox.ts:1348–1356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1346 }
1347
1348 _handleCtrlALtF8() {
1349 const links = this.linksInAriaValueStateHiddenText;
1350
1351 if (links.length > 0) {
1352 links[0].focus();
1353 }
1354
1355 this._handleLinkNavigation = true;
1356 }
1357
1358 _handleItemRangeSelection(e: KeyboardEvent) {
1359 const items = this._getItems();

Callers 2

_onkeydownMethod · 0.95
_onItemKeydownMethod · 0.95

Calls 1

focusMethod · 0.45

Tested by

no test coverage detected