Re: question about keyboard shortcuts

2024-06-21 Thread Yeechang Lee
I forgot to mention that, if you need to send escape, try typing CTRL-[.

Re: question about keyboard shortcuts

2024-06-21 Thread Yeechang Lee
Feodor says: > I need to set "escape" combination to CTRL+TAB. You can't. TAB is CTRL-I in VT100 mode which most terminals use, so there is no way to modify that further with CTRL. The best you can do is, if possible, have your local terminal emulator intercept CTRL-TAB, send another character,

question about keyboard shortcuts

2024-06-21 Thread Feodor
Hi. Can anyone help me? I want to set custom keyboard shortcuts for screen, but I don't know which key codes to put. I need to set "escape" combination to CTRL+TAB. Also I need to set switching to next/previos tabs to ALT+Left/Right arrows. I tried: escape ^| escape ^Tab escape ^[[27;5;9~ bi