From owner-freebsd-hackers Tue Apr 9 09:23:09 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA22701 for hackers-outgoing; Tue, 9 Apr 1996 09:23:09 -0700 (PDT) Received: from DeepCore.dk (aalb12.pip.dknet.dk [194.192.0.172]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA22694 Tue, 9 Apr 1996 09:23:05 -0700 (PDT) Received: (from sos@localhost) by DeepCore.dk (8.7.5/8.7.3) id RAA01271; Tue, 9 Apr 1996 17:33:27 +0200 (MET DST) Message-Id: <199604091533.RAA01271@DeepCore.dk> Subject: Re: DVORAK keyboard drivers To: kaleb@x.org (Kaleb S. KEITHLEY) Date: Tue, 9 Apr 1996 17:33:27 +0200 (MET DST) Cc: sos@FreeBSD.org, hackers@freefall.FreeBSD.org In-Reply-To: <199604111454.KAA29763@exalt.x.org> from "Kaleb S. KEITHLEY" at Apr 11, 96 10:54:10 am From: sos@FreeBSD.org Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to Kaleb S. KEITHLEY who wrote: > > > kbdcontrol -l us.dvorak > > > > Its as easy as that... > > X should inherit this from the console driver too... > > > > If kbdcontrol gave us an easy way to tell what the keymap actually is, > as opposed to a bunch of raw data. I don't want to have to try to parse > a keymap to tell what it is. I don't get the question here... You load a keyboard map, so you should know what it is :) If you see it from X and want to know the current map, just look into the XFree sources, it does get it (I wrote the code years ago, so I should know :) ) > And, as I said previously, nobody really uses the console, right? :-) HA, I'll bet ALOT that there is a significant number of our users that uses the console only ! > X has it's own way to load specific keymaps. I'm not opposed to having > the X server DTRT based on what the console driver has loaded, e.g. see > the X server sources for the Xdec and Xsun servers in R6.1, but we need > better support from the OS to do it. It's allready there, see above.... > (BTW, in 2.1.0R: > > %kbdcontrol -d > /tmp/keymap > getting keymap: Inappropriate ioctl for device > > Any thoughts?) Yeah, you didn't do this from a vty.... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end ..