|
From: Lorinczy Z. <lz...@ma...> - 2000-10-20 13:49:52
|
Pierre Muller wrote:
>
> I made some changes to the CVS version that I took from sourceforge.
> These changes are not correct yet, because I still need to get
> the correct sequences generated by some keys on linux consoles.
>
> My aim is to get the linux emulation as close as possible to the
> console mode.
>
> ChangeLog like entry :
>
> emul.h: Emul struct: add kbShiftF1 to kbShiftF12 and kbAltF1 to kbAltF12
>
> Should we also add kbCtrlF1 ?
Stop, please! I'm afraid you got wrong horse!
There is no thing like "ShiftF1"... when you press both Shift and
F1 kernel will return F11 or F13 or anything else, dependig
key-mapping...
I think we should standardize the behavior as Shift+F1 = F11...
Shift+F10=F20,
which is a bit redundant (for F11 and F12), but really logical...
the codes are ("showkey -a" or "infocmp linux" in linux)
F11 <ESC>[23~ F14 <ESC>[26~ F17 <ESC>[31~ F20
<ESC>[34~
F12 <ESC>[24~ F15 <ESC>[28~ F18 <ESC>[32~
F13 <ESC>[25~ F16 <ESC>[29~ F19 <ESC>[33~
|