Subject: Re: More keyboard/X problems...
To: None <thorpej@nas.nasa.gov>
From: Gordon W. Ross <gwr@mc.com>
List: port-sparc
Date: 10/28/1997 01:27:48
Alright, I'm typing on a type-5 keyboard.  Works great!
Even capslock, numlock, extra arrows....

Enjoy!

---------

gwr
Mon Oct 27 22:14:19 PST 1997
Update of /cvsroot/src/sys/dev/sun
In directory netbsd1:/var/slash-tmp/cvs-serv29933

Modified Files:
	kbd.c 
Log Message:
Print more helpful information if we get unexpected keysyms.
Call kbd_xlate_init() after we know the keyboard type so it
has a chance to install the RIGHT keymap pointers!  (Duh!)

gwr
Mon Oct 27 22:18:40 PST 1997
Update of /cvsroot/src/sys/dev/sun
In directory netbsd1:/var/slash-tmp/cvs-serv295

Modified Files:
	kbd_tables.c 
Log Message:
The release and control maps are shared by all keyboard types, so
change KEYSYM_HOLE to KEYSYM_NOP most places in those tables.
Map the `R' function keys with KEYSYM_FUNC_R instead of the
arrow key strings so that numlock indirection works.