From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <015701c41e97$28d41860$19d37d50@SOMA> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: <20040410015347.43d5ba28.scusi@xs4all.nl><36f8403f20bb487d8a8ee7da53bb8885@plan9.ucalgary.ca> <20040410024930.49bf1b47.scusi@xs4all.nl> Subject: Re: [9fans] german keyboard map ? MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Date: Sat, 10 Apr 2004 03:00:03 +0200 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 584f3ed0-eacd-11e9-9e20-41e7f4b1d025 ----- Original Message -----=20 From: "David Presotto" To: <9fans@cse.psu.edu> Sent: Tuesday, March 16, 2004 10:19 PM Subject: [9fans] devkbmap.c > I included the boyd/forsyth keyboard map stuff in the > kernel. man kbmap for details. > > In general you can > > bind -a'#=CE=BA' /dev > cat /dev/kbmap > /tmp/xxx > edit /tmp/xxx > cat /tmp/xxx > /dev/kbmap > > I also changed /sys/src/9/boot/boot.c to automaticly > load a map if specified in plan9.ini as > kbmap=3D > > In this case has to be something you can get > at before there's a file system so you'll have to > make sure its in /boot/. The reason it gets done > so early is that factotum starts before you have an > fs and it would be nice if your keyboard had the > right mapping when you type in your login name > ans password. > > No idea of the boot change works yet. Haven't tested > it... > > As usual, my apologies to the japanese/chinese/etc. > > I'll put any mapping files I get into /sys/lib/kbmap > on sources.