Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 1998 22:35:26 +0000 (GMT)
From:      Adam David <adam@veda.is>
To:        yokota@FreeBSD.ORG (Kazutaka YOKOTA)
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.c lex.h lex.l
Message-ID:  <199801082235.WAA15607@veda.is>
In-Reply-To: <199801070843.AAA08589@freefall.freebsd.org> from Kazutaka YOKOTA at "Jan 7, 98 00:43:30 am"

next in thread | previous in thread | raw e-mail | index | archive | help
>   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.
>   <accent_map_definition> ::= <accent_key_name> <accent_char> <accent_map>
>   <accent_key_name> ::= dgra | dacu | dcir | dtil | dmac | dbre | ddot |
>                         duml | dsla | drin | dced | dapo | ddac | dogo |
>                         dcar
>   <accent_map> ::= <map_entry>
>                  | <map_entry> <accent_map>
>   <map_entry> ::= ( <regular_letter_char> <accented_char> )
>   - 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 <adam@veda.is>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801082235.WAA15607>