(e3, t3)
| 698 | (_a = this._selectionService) == null ? void 0 : _a.selectAll(); |
| 699 | } |
| 700 | selectLines(e3, t3) { |
| 701 | var _a; |
| 702 | (_a = this._selectionService) == null ? void 0 : _a.selectLines(e3, t3); |
| 703 | } |
| 704 | _keyDown(e3) { |
| 705 | if (this._keyDownHandled = false, this._keyDownSeen = true, this._customKeyEventHandler && false === this._customKeyEventHandler(e3)) return false; |
| 706 | const t3 = this.browser.isMac && this.options.macOptionIsMeta && e3.altKey; |
nothing calls this directly
no test coverage detected