Quote:
Originally Posted by iamback
So lets say we write up arrow key as ^[[A
what do we write Ctrl-Tab as ??
|
What
bstutes is trying to tell you is there is no ASCII character corresponding to ctrl-Tab. So it is not just a matter of figuring out how to write it for the
bind command in
screen -- it can't be done. Looking through
screen's
man page, what I thought
might be a possibility is using the
bindkey command with the
-k option for this. But that will only work
if there is a
termcap designation for the <control> + <tab> key combination. I am rather unfamiliar with
termcap and
terminfo so I don't know the answer and haven't had a chance to research it. Maybe somebody else knows.
Remember that programs like
screen come from an era/environment of ASCII terminals rather keyboards connected directly to the computer. But it is still a
very nice and useful program!