Re: X11 keyboard layout; dvorak
Re: X11 keyboard layout; dvorak
- Subject: Re: X11 keyboard layout; dvorak
- From: email@hidden (Julien Salort)
- Date: Sat, 11 Jan 2003 21:05:40 +0100
- Organization: UFP
Here is what I did here for the french keyboard according to many tips
people gave here and there :
Close X11 if it is opened and issue in Terminal.app
% startx -- -keymap Francais.keymapping &
% xterm &
In xterm :
% cd
% xmodmap -pke > .Xmodmap
exit xterm and quit X
Then add to your .xinitrc
xmodmap $HOME/.Xmodmap
xmodmap -e 'keycode 66 = Mode_switch'
I also added to .tcshrc
stty -istrip
Then restart X11 by double-cliking the icon.
--
Julien Salort
http://julien.salort.free.fr
_______________________________________________
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.