remapping ctrl and caps key
remapping ctrl and caps key
- Subject: remapping ctrl and caps key
- From: Kentaro Nagamine <email@hidden>
- Date: Tue, 9 Sep 2003 22:23:51 -0400 (EDT)
Hi,
I just got a power book G4, and would like to remap the Ctrl key and
the Caps lock key under X11. I used to use the following xmodmap script
to do this on my previous linux laptop (vaio), but on powerbook this
remapped only the CAPS to the Ctrl correctly, and the Ctrl-key went
somewhere I don't know. Does anyone know the correct syntax?
This isn't really x11 specific question, but still a problem under x11, so
I hope it's ok to ask this here.
Thanks in advance. -Ken
!
! 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
_______________________________________________
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.