Re: question about keyboard shortcuts

Yeechang Lee <ylee-WLbs8XpHrcb2fBVCVOL8/[email protected]> Fri, 21 Jun 2024 09:51:54 -0700
Newsgroups gmane.comp.gnu.screen.user
Message-ID <[email protected]>
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 the=
re 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, and tell screen about that =
character. I use iTerm for MacOS, and have configured it to send =E2=9C=
=A0, a character I would never use otherwise, when I type CTRL-TAB.