()
| 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(); |
no test coverage detected