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
Eric Pruitt писал(а) 2024.06.28 00:12:
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 configuratio
2024.06.27 14:51 Steve Ward wrote:
On Thu, Jun 27, 2024 at 6:47 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
On Fri, Jun 28, 2024 at 11:03:45AM +0300, Feodor wrote:
but the combination CTRL+Tab doesn't work for "escape" command for
screen. Instead I get ";5;9~" printed after the prompt when I press
CTRL+Tab.
Can you post the actual configuration you're using? I haven
2024.07.07 20:15 Eric Pruitt wrote:
This configuration snippet doesn't make sense to me. You don't need the
"escape" line and your bindkey configuration doesn't even use the right
sequences. All you should need are bindkey lines:
bindkey "^[[27;5;9~" next
bindkey "^[[27;6;9~" prev
I tested thi
-style init scripts and ports system. There is a wayland port, but I
didn't try it.
I used Gentoo for several years before, and now I switched to CRUX. I
like it very much. It's KISS and very convenient. It is very comfortable
to rule ports and make and edit own.
--
Feodor