Re: ctrl/caps on 10.2.8
Re: ctrl/caps on 10.2.8
- Subject: Re: ctrl/caps on 10.2.8
- From: michael eng <email@hidden>
- Date: Tue, 21 Oct 2003 12:14:01 +0100 (BST)
- Organization: School of Informatics / The University of Edinburgh
* John Dewey-san ga 2003-10-21 no 00:12 (-0700) ni kakimashita
> I would rather remap caps/ctrl in X - with xmodmap. I also understand
> there are other alternatives, such as uControl & Double-Command.
>
I use the following .Xmodmap to swap the keys on Linux keyboards at work:
!
! Swap Caps_Lock and Control_L
!
remove Lock = Caps_Lock
remove Control = Control_L
keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L
It doesn't work for me on Apple X11.
Michael
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.