Is it possible to intercept CTRL+TAB and send another character?
I need to make CTRL+TAB keyboard combination for GNU screen "escape" command, but TAB is CTRL-I in VT100 mode which most terminals use, so there is no way to modify that further with CTRL. So I need to make st intercept CTRL+TAB as another character.
Is this possible? Maybe with some patch?