> The solution > is to add something to your .profile like > > if test "$DISPLAY" ; then > xmodmap -e 'remove Lock = Caps_Lock' > xmodmap -e 'keysym Caps_Lock = Control_L' > xmodmap -e 'add Control = Control_L' > fi >
Also, i should give credit where credit is due: That solution comes from http://www.paganini.net/index.cgi/linux/nocaps.html and i don't think it is exactly what i used before, but the xmodmap program is the same. dan -- To unsubscribe, send mail to [email protected].
