Subject: Re: IA-1 keyboard keycodes
To: Dave Huang <khym@azeotrope.org>
From: Peter Seebach <seebs@plethora.net>
List: port-i386
Date: 12/15/2001 18:46:13
In message <Pine.NEB.4.40.0112151814140.17665-100000@yerfable.azeotrope.org>, D
ave Huang writes:
>In case anyone wants to come up with some nice wscons or xmodmap
>mappings for the IA-1's wireless keyboard, here are the keycodes for the
>special keys:

Excellent!  Can someone explain how the wskbd stuff works?  I am totally
stumped by a file that, so far as I can tell, consists of purely magical
structures where writing
/* pos		command		normal		shifted */
and following it with arbitrary subsets of those columns, with nothing in
the unused columns, magically works.

I'd like to add a standard keyboard config for this, ala IOPENER.  Thinking
of using the print->escape thing, setting the standard escape to become
some kind of shift, and then binding the top keys to the functions.  I do
like the forward/back buttons, and would sort of like to bind them to
alt-left-arrow and alt-right-arrow.  ;)

-s