We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c1930 commit 1abe682Copy full SHA for 1abe682
src/main/resources/META-INF/frontend/fc-xterm/xterm-element.ts
@@ -97,6 +97,9 @@ class CustomKeyEventHandlerRegistry {
97
context.dispatchEvent(new CustomEvent('CustomKey', {detail: ev}));
98
}
99
100
+ //https://github.com/FlowingCode/XTermConsoleAddon/issues/59
101
+ let core = (context.terminal as any)._core as ITerminal;
102
+ (core as any)._keyDownSeen = false;
103
return handled;
104
105
0 commit comments