screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sending arrow keys to a session


From: Jason
Subject: Re: sending arrow keys to a session
Date: Fri, 12 Jan 2007 11:05:39 -0500

Ah, I see now.  The application mode one works for me.  I guess I was
unclear as to what exactly application mode meant.  Thank you very
much for the help, I really appreciate it.

On 1/12/07, Stephane Chazelas <address@hidden> wrote:
On Fri, Jan 12, 2007 at 10:40:53AM -0500, Jason wrote:
> Anyone?  Anything?  I haven't heard a word on this.  Is it at least
> possible?
>
> On 12/28/06, Jason <address@hidden> wrote:
> >To send regular keys to a screen session externally I can do:
> >
> >screen -S sessionname -X eval 'stuff "asdf"'
> >
> >But how can I send the arrow keys?
> >
> >screen -S sessionname -X eval 'stuff "\033[A"'
[...]

It does for me.

Maybe try:

screen -X eval 'stuff "\033OA"'

in case you're in application mode as in vi.

--
Stéphane





reply via email to

[Prev in Thread] Current Thread [Next in Thread]