-
Hey, I didn't use the issue template because I have a specific question about xterm.js's behavior. I hope it's alright. I'm working on integrating xterm.js/src/common/input/Keyboard.ts Line 162 in 41e8ae3 I'm happy to be corrected on this one, but as far as I know, in both linux and mac the standard ANSI notation for these sequences is This is obviously also causing Zellij not to properly interpret these keys. Right now I'm getting around this with Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It's explained right above that: xterm.js/src/common/input/Keyboard.ts Lines 157 to 163 in 41e8ae3 This is one of the non-standard things xterm.js does that's a little risky to change at this point. If you want the standard behavior |
Beta Was this translation helpful? Give feedback.
It's explained right above that:
xterm.js/src/common/input/Keyboard.ts
Lines 157 to 163 in 41e8ae3
This is one of the non-standard things xterm.js does that's a little risky to change at this point. If you want the standard behavior
attachCustomKeyEventHandler
is indeed the right thing to do