Re: [dev] [st] Shift+F1 should by F11?

From: Mihail Zenkov <mihail.zenkov_AT_gmail.com>
Date: Thu, 10 Jan 2013 13:01:23 +0000

Thanks for detailed reply!

> I have also tested in the virtual terminal of the kenel (you called it 'pure
> console') and I get the values you said:
>
>
> Shift-F1 = ^[[25~
> F11 = ^[[23~
>
> I can see that the terminfo entry linux virtual terminal is:
>
> kf11=\E[23~
> kf13=\E[25

> so in this case Shift-F1 also generates F13, but with a different value. In
> both cases it should work if the binding is made to F13, but if you bind
> something to Shift-F1 it will work or not.

I check again - in my system I have ^[[23~ for Shift+F1 and F11. Can
some one else also check this?

I have linux-kernel-3.7.1, eglibc-2.16-19673, ncurses-5.9 - all
compiled from original source without distro specific patch.

In /usr/share/mc/mc.lib I see:
[terminal:linux]
f15=\\e[28~
[terminal:xterm]
f15=\\e[28~;\\e[15\;2~

But in st config.def.h:
{ XK_F5, /* F17 */ ShiftMask, "\033[15;2~", 0, 0, 0},
Received on Thu Jan 10 2013 - 14:01:23 CET

This archive was generated by hypermail 2.3.0 : Thu Jan 10 2013 - 14:12:05 CET