* mrbro...@juno.com had this to say on [21 Apr 2010, 19:16:21 -0600]:
> 
> 
> I'm working on documentation for 'bind -k' and I've created some examples
> to help show its usage. But the examples I created aren't working as I
> expect them to. Here are two of the examples I created:
> 
>    bind -k kh focus top
>    bind -k kH focus bottom
> 
> My intention is to bind the Home key to change the focus to the top-most
> region and the End key to the bottom-most region. This way I would just
> have to type "C-a home" or "C-a end" to get to either extreme region. I
> got the kh and kH values from the INPUT TRANSLATION section in the
> manual(s).

A better place is to look at terminfo(5). In there, you will find that
'@7' is 'end key', which you want here, and 'kH' is 'lower left key',
and I have no idea what key that is.

Cheers.
Sadrul



Reply via email to