Re: German keyboard mapping
Re: German keyboard mapping
- Subject: Re: German keyboard mapping
- From: Daniel Eggert <email@hidden>
- Date: Mon, 13 Jan 2003 16:04:26 +0100
On mandag, jan 13, 2003, at 11:33 Europe/Copenhagen, Jean-Michel Beuken
wrote:
I have the same problem with belge keyboard
the simplest way that it works for me is :
cd /System/Library/Keyboards
mv USA.keymapping USA.keymapping.ori
ln -s Belge.keymapping USA.keymapping
That's a very 'ugly' way of doing things. You should _never_ mess with
anything inside /System
Instead do this:
mkdir ~/Library/Keyboards
cd ~/Library/Keybaords
ln -s /Library/Keyboards/Belge.keymapping USA.keymapping
regards,
Daniel
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.