freebsd-dev/sys/i386
Kazutaka YOKOTA a3bd3dac25 Added accent (dead) key support to syscons and kbdcontrol.
With a keymap with accent key definitions loaded to syscons, you press
an accent key followed by a regular letter key to produce an accented
letter.  Press an accent key followed by the space bar to get the
accent letter itself.

Code is based on the ideas and work by jmrueda@diatel.upm.es and
totii@est.is.

PR: i386/4016

console.h
- Defined structures and constants for accent (dead) keys.

syscons.c, kbdtables.h
- When an accent key is pressed, set the corresponding index to
  `accents'.  If the next key is the space key, produce the accent char
  itself.  Otherwise search the accent key map entry, indexed by
  `accents', for a matching pair of a regular char and an accented char.
- Added ioctl functions to set and get the accent key map (PIO_DEADKEYMAP
  and GIO_DEADKEYMAP).
1998-01-07 08:40:34 +00:00
..
apm This patch causes the "calltodo" timer list to be decremented by the amount 1997-12-23 16:32:35 +00:00
bios This patch causes the "calltodo" timer list to be decremented by the amount 1997-12-23 16:32:35 +00:00
boot Fixed cosmetic bugs: 1998-01-01 13:01:31 +00:00
conf Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
eisa Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
i386 AMD calls the PR166 and PR200, models 2 and 3 respectively. 1998-01-03 05:43:37 +00:00
ibcs2 Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
include Added accent (dead) key support to syscons and kbdcontrol. 1998-01-07 08:40:34 +00:00
isa Added accent (dead) key support to syscons and kbdcontrol. 1998-01-07 08:40:34 +00:00
linux sigh....forgot to update the DEBUG printf 1998-01-05 01:17:42 +00:00
pci Make the class code checks in function pci_cfgcheck less strict. 1997-12-20 09:04:25 +00:00
scsi Add support to the host driver for "downloaded constants". These are immediate 1997-09-27 19:38:27 +00:00
Makefile Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00