Subject: french keyboard
To: None <port-amiga@NetBSD.ORG>
From: Eric Delcamp <edelcamp@Pop-Bordeaux-42.easynet.fr>
List: port-amiga
Date: 07/14/1997 12:01:30
Hi,

I'm trying to make an french keyboard map for the 'loadkmap' command.
It's not for X windows. I haven't found one on the distribution, but
maybe someone else made one ??

So, I have problems. For example, we take the '^' symbole.
In french, it could associated with a, e, i, o, u.
So, I declare a line like :

	DC, '^',

for the key where the symbol is draw ;-).

But, if I want the '^' alone (for a boolean expression or something
like this), with a normal keyboard, I tap '^' <SPACE>.
With the line above, I obtain a blank space, not the '^'.
How to make what I want ?

Thanks.