From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] german keyboard map ? From: andrey mirtchovski In-Reply-To: <20040410024930.49bf1b47.scusi@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Date: Fri, 9 Apr 2004 18:59:04 -0600 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 58481bd2-eacd-11e9-9e20-41e7f4b1d025 > O.K. that was easy, and worked. > But i can't get the device file working right. kbmap say:=20 > "can not open /dev/kbmap: file does not exist" it's a device you need to bind to dev, the device is named '#=CE=BA' (gre= ek small letter kappa), you can either generate it by 'alt+*+k' or pick it up from /lib/keyboard: % bind -ac '#=CE=BA' /dev % kbmap after you've convinced yourself that it works you can put it in /rc/bin/termrc and /rc/bin/cpurc... > will do, but how i find out about the keycodes of my keyboard, to get > the mapping right. is there something on plan9 that does what "xev" doe= s > on unices ? it'll suffice to list all the different glyphs that should be generated by the different keyboard keys.. starting with 'ascii' and substituting is probably a good idea, or you can look the key correspondance in X, or on the web... >=20 > What stands this unicode character (03ba) in the kbmap(3) manpage for ? "greek small letter kappa", check /lib/keyboard or see the unicode comman= d... > =20 > thx ~/scusi andrey