You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constmodifier=this._optionsService.rawOptions.fastScrollModifier;// QUESTION: This is always alt. Seems deprecated via: https://github.com/xtermjs/xterm.js/blob/5.5.0/src/browser/Viewport.ts
273
-
console.log('what is this modifier: ',modifier);
273
+
// Problem is that modifier always seem 'alt' even when ev.ctrlKey is true, for example.
274
+
// Maybe this doesnt matter because all of alt, ctrl, shift does same operation?
274
275
275
276
// Multiply the scroll speed when the modifier key is pressed
0 commit comments