home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ukma!darwin.sura.net!jvnc.net!netnews.upenn.edu!msuinfo!phoenix.cps.msu.edu!courtney
- From: courtney@phoenix.cps.msu.edu (Jonathan Courtney)
- Newsgroups: comp.sys.sun.misc
- Subject: Sun5PCOW keyboard remapping
- Message-ID: <1992Nov12.203208.18623@msuinfo.cl.msu.edu>
- Date: 12 Nov 92 20:32:08 GMT
- Sender: news@msuinfo.cl.msu.edu
- Organization: Dept. of Computer Science, Michigan State University
- Lines: 24
-
-
- Does anyone have experience with remapping the Type 5 keyboard under
- OpenWindows to swap the CapsLock and Control keys? I do the following
- with xmodmap:
-
- remove Lock = Caps_Lock
- remove Control = Control_L
-
- keycode 0x7E = Control_L
- keycode 0x53 = Caps_Lock
-
- add Lock = Caps_Lock
- add Control = Control_L Control_L
-
- unfortunately, this only works with the Sun5PC (MIT layout) keyboard --
- OpenWindows seems to use Sun5PCOW (OpenWindows layout) instead. In this case,
- the CapsLock key becomes a Control *toggle*, and the Control key becomes
- a regular shift. The "latching" effect stays with the CapsLock key.
-
- Any thoughts as to how to overcome this?
-
- Thanks,
-
- Jon Courtney
-