2024.06.27 14:51 Steve Ward wrote:
> On Thu, Jun 27, 2024 at 6:47 AM Feodor <feodorpetrov_AT_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
Eric, do you confirm that I have to use sxhkd and xcape?
Received on Sat Jul 06 2024 - 10:12:29 CEST