From owner-freebsd-questions Wed May 29 04:46:27 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA28937 for questions-outgoing; Wed, 29 May 1996 04:46:27 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA28932 for ; Wed, 29 May 1996 04:46:24 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uOjgq-000QcBC; Wed, 29 May 96 13:45 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id NAA20363; Wed, 29 May 1996 13:19:09 +0200 Message-Id: <199605291119.NAA20363@allegro.lemis.de> Subject: Re: Keybord Map To: rui@interop.com.br (rui) Date: Wed, 29 May 1996 13:19:09 +0200 (MET DST) Cc: questions@FreeBSD.ORG In-Reply-To: from "rui" at May 27, 96 03:54:58 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rui writes: > > Dear Sir.. > > I bought FreeBSD 2.1 ... and I`ve got some doubts.. > > How can I map my keyboard to my apropriate country ? Look in the directory /usr/share/syscons/keymaps/: danish.cp865.kbd german.iso.kbd ru.koi8-r.kbd swedish.iso.kbd danish.iso.kbd jp.106.kbd ru.koi8-r.shift.kbd uk.cp850.kbd fr.iso.kbd jp.106x.kbd spanish.iso.kbd uk.iso.kbd german.cp850.kbd ru.cp866.kbd swedish.cp850.kbd us.iso.kbd > What kind of files do I must to set ? Then look in /etc/sysconfig. I have: # Choose keyboard map from /usr/share/syscons/keymaps/* or NO if default. # keymap="us.iso" keymap=NO Change 'NO' to, say, spanish.iso.kbd (yes, I know that you're not in a Spanish country, but I'm hazarding a guess that this keyboard will be the closest to what you need. Then either reboot or enter kbdcontrol -l /usr/share/syscons/keymaps/spanish.iso.kbd That's quite a bit to type in (correctly), but it has the advantage that you can "try out" keyboard definitions until you find what you want. Greg