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
On Thu, Jun 27, 2024, at 6:46 AM, Feodor wrote:
> 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 fu
On Thu, Jun 27, 2024 at 12:39:07PM -0400, Greg Reagle wrote:
> Note that I have not actually tried this and I am no expert on the
> topic. You might want to update the terminfo database too?
I can confirm that will work. It's what I use in my st configuration:
https://github.com/ericpruitt/emus/b