Subject: CVS commit: src/sys/dev/wscons
To: None <source-changes@NetBSD.org>
From: Mike M. Volokhov <mishka@netbsd.org>
List: source-changes
Date: 04/02/2007 10:01:31
Module Name:	src
Committed By:	mishka
Date:		Mon Apr  2 10:01:31 UTC 2007

Modified Files:
	src/sys/dev/wscons: wskbd.c wsksymdef.h

Log Message:
Implement locking switcher for alternative layots (many languages
are based on completely different alphabet, and typesetting with
one of modifiers pressed all the time is just a PITA). See
http://mail-index.netbsd.org/tech-kern/2007/03/29/0002.html for
usage details.

While here, perform the following small cleanups:
- KS_Cmd_Scroll* execution should be explicitly interrupted with 'break'.
- Some 'human' cleanups in ksym extraction algorithm (no func. changes).
- Add a note: implemented ksym translation isn't sufficient for l10n.


To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 src/sys/dev/wscons/wskbd.c
cvs rdiff -r1.56 -r1.57 src/sys/dev/wscons/wsksymdef.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.