Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ccut!wnoc-tyo-news!sranha!srava!cheung From: cheung@sra.co.jp (Cheung Wah Kheang) Newsgroups: comp.sys.mips Subject: Re: CapsLock/CTRL Switch ??? Message-ID: <1169@sranha.sra.co.jp> Date: 17 Apr 91 04:56:34 GMT References: <5992@mit-caf.MIT.EDU> Sender: news@sranha.sra.co.jp Organization: Software Research Associates, Inc., Japan Lines: 22 Nntp-Posting-Host: srava Originator: cheung@srava In article <5992@mit-caf.MIT.EDU> dalton@mit-caf.UUCP (Timothy J. Dalton) writes: >We just upgraded our RS2030 to RISC/OS 4.51 and following the update, >the Caps Lock and CTRL keys were somehow logically switched. > >How do I set the keys back to where I expect to find them ? > Add the following lines into your .xsession/.xinitrc script: # #Switch Caps_Lock and Control_L # xmodmap -e "remove Lock = Caps_Lock" \ -e "remove Control = Control_L" \ -e "keysym Control_L = Caps_Lock" \ -e "keysym Caps_Lock = Control_L" \ -e "add Lock = Caps_Lock" \ -e "add Control = Control_L" ------------------------------------------------------------- cheung@sra.co.jp