screen-users
[Top][All Lists]
Advanced

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

Re: binding command character to f12


From: Bruno Cudini
Subject: Re: binding command character to f12
Date: Fri, 15 Mar 2013 12:15:09 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Mar 15, 2013 at 05:30:27AM +0400, sonne wrote:
> Binding command character to f12. Impossible?
> 
> From this
> http://www.gnu.org/software/screen/manual/screen.html#Command-Character
> manual, it appears that I can only bind command char to a key that
> emits asci code. I don't know of any asci code being associated with
> f12 key, though, as well as any other f and many other keys.

The 'escape' command doesn't support non-ASCII characters, but you can
bind the F12 key to 'command':
        bindkey -k F2 command

F2 does actually mean F12, see the INPUT TRANSLATION section in the man
page for more information about it.



reply via email to

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