Re: UTF-8 and Alt key in the console

From: H. Peter Anvin
Date: Sun Apr 06 2008 - 12:38:06 EST


Marko Macek wrote:
H. Peter Anvin wrote:

One would also like to distinguish, say, Backspace from Ctrl-H. This is trickier, because the termios settings don't permit compound keys. The most obvious way to deal with that is an escape code for Ctrl-H, but that has the risk of breaking a lot of other things.

Backspace is not a problem, since it generates ^? (DEL/127) on Linux since the early days.

It would be really nice to be able get arbitrary modifier combinations for all keys and a separate combination for the escape key.


Yes; this probably needs to be modal, but we can probably live with that.

-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/