This commit is contained in:
Eugene Pankov
2022-04-03 17:44:15 +02:00
parent a32e3958d8
commit b3fd901699
+1 -1
View File
@@ -1097,7 +1097,7 @@ export class Terminal extends CoreTerminal implements ITerminal {
}
// Ignore composing with Alt key on Mac when macOptionIsMeta is enabled
const shouldIgnoreComposition = this.browser.isMac && this.options.macOptionIsMeta && event.altKey
const shouldIgnoreComposition = this.browser.isMac && this.options.macOptionIsMeta && event.altKey;
if (!shouldIgnoreComposition && !this._compositionHelper!.keydown(event)) {
if (this.buffer.ybase !== this.buffer.ydisp) {