Subject: Re: [Q]: French keyboard layout / Comment utiliser un clavier AZERTY
To: None <emile.schwarz@wanadoo.fr>
From: Franck Chionna <blokos@worldnet.fr>
List: port-mac68k
Date: 04/02/2000 00:26:47
Emile Schwarz wrote:

> Bonjour,
>
> J?ai envoyé ce message il y a plusieurs jour et n?ai point reçu de réponse; deux
> possibilités: personne ne sait car tout le monde utilise un clavier QWERTY _OU_
> il faut poser les questions ayant trait au Français en Français.
>
> Voilà, quelqu?un as-t-il une réponse ?
>
> Merci par avance,
>
> Emile,
> Mougins,
> France.
>
> PS: Oui, j?ai lu plusieurs FAQs avant de poser la question (mais pas la bonne
> car je n?ai pas trouvé la réponse).
>
> -------- Original Message --------
> Subject: French keyboard layout
> Date: Tue, 28 Mar 2000 23:09:53 +0200
> From: Emile Schwarz <emile.schwarz@wanadoo.fr>
> Reply-To: emile.schwarz@wanadoo.fr
> To: port-mac68k@netbsd.org
>
> Hello,
>
> How can I change the current (US/QWERTY) keyboard layout to my "regular"
> (AZERTY) french keyboard layout ?
>
> Regards,
>
> Emile

salut,

j'utilise Linuxppc sur Powermac,
je ne sais pas si cela marcherait sur netbsd

http://www.chez.com/bentoi/linuxppc/
http://www.chez.com/bentoi/linuxppc/fr-imac.tar.gz
Untar the archive:
# cd /
# tar -zxvf fr-imac.tar.gz

Before you modify your configuration files you should
test if it works by trying to load the map keyboard file
with the command:
#loadkeys /usr/lib/kbd/keytables/fr-imac.map

If it works, that's okay you can continue :)

Modify the file /etc/sysconfig/keyboard to load
the map keyboard file /usr/lib/kbd/keytables/fr-imac.map
It sould contain:
KEYTABLE="/usr/lib/kbd/keytables/fr-imac.map"

Modify your XF86Config:
Comment out the line:
XkbDisable
And add the line:
XkbKeymap "usb-fr-macintosh"
in the Keyboard section

Hope this helps :)

Franck Chionna