On Thu, Jun 27, 2024 at 6:47 AM Feodor <feodorpet...@vivaldi.net> 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 further with CTRL. So I need to make st intercept
> CTRL+TAB as another character.
> Is this possible? Maybe with some patch?
>

I've used xcape and sxhkd with some success in mapping modifier keys,
however in a different situation from yours.

https://github.com/alols/xcape
https://github.com/baskerville/sxhkd

Reply via email to