From owner-cvs-usrsbin Thu Jan 8 14:41:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11029 for cvs-usrsbin-outgoing; Thu, 8 Jan 1998 14:41:10 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from veda.is (adam@veda.is [193.4.230.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA10343; Thu, 8 Jan 1998 14:35:29 -0800 (PST) (envelope-from adam@veda.is) Received: (from adam@localhost) by veda.is (8.8.8/8.8.8) id WAA15607; Thu, 8 Jan 1998 22:35:26 GMT (envelope-from adam) From: Adam David Message-Id: <199801082235.WAA15607@veda.is> Subject: Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.c lex.h lex.l In-Reply-To: <199801070843.AAA08589@freefall.freebsd.org> from Kazutaka YOKOTA at "Jan 7, 98 00:43:30 am" To: yokota@FreeBSD.ORG (Kazutaka YOKOTA) Date: Thu, 8 Jan 1998 22:35:26 +0000 (GMT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Code is based on the ideas and work by jmrueda@diatel.upm.es and > totii@est.is. > > PR: i386/4016 > > - Added keywords for accent (dead) keys: dgra, dacu, dcir, dtil... > - Recognize accent map definitions. > ::= > ::= dgra | dacu | dcir | dtil | dmac | dbre | ddot | > duml | dsla | drin | dced | dapo | ddac | dogo | > dcar > ::= > | > ::= ( ) > - Use ioctls PIO_DEADKEYMAP and GIO_DEADKEYMAP to set and get the accent > key map table in syscons. > - Made the output for the -L option more intelligible and look like > initializers in kbdtables.h. > - Reorganized print functions in order to print the accent key map. Definitely looks promising, way to go! :) There's a lot more countries that can use this to advantage. -- Adam David