Messages in this thread |  | | Date | Wed, 28 Mar 2001 01:11:48 +0200 | | From | Guest section DW <> | | Subject | Re: Win keys not working in console (2.4.x) |
| |
On Tue, Mar 27, 2001 at 11:33:34PM +0200, Jorge Nerin wrote:
> Hello, good work with 2.4.x, but I miss one thing. in early 2.3.x the MS > keys, you know, two flags and one "properties" key worked as navigation > keys in the console. > > The flags get you to the "left" or "rigth" virtual console, and the > "properties" key put you on the last console you where before. > > This was very useful when working in the console, I use the console > sometimes, and I miss these feature.
(i) Find out what key codes these keys generate. Vaguely I seem to recall that I made these keys produce 125, 126, 127. (the test command is "showkey")
(ii) Use loadkeys to assign functions to keys. For example, % loadkeys keycode 125 = Incr_Console keycode 126 = Decr_Console keycode 127 = Last_Console ^D should give you the desired behaviour. Perhaps you lost some settings during an upgrade.
See loadkeys(1) and keytables(5). - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |