From: Paul Nakada (pnakada@oracle.com)
Date: 03/30/93


From: pnakada@oracle.com (Paul Nakada)
Subject: Re: swapping Ctrl/Caps ??
Date: 30 Mar 1993 21:16:27 GMT

In article <1p4ifhINNh2k@mailgzrz.TU-Berlin.DE> lok@cs.tu-berlin.de (Andreas Stang) writes:
   I spend the afternoon trying to get `Ctrl' on the `Caps Lock' key, but it
   didn't work. Is there anybody who has an Idea how to modify keyboard.c?
   (0.99pl6 and US-Keyboard)

I just swapped the

caps,ctrl,
and
uncaps,unctrl

entries in the table at the end of keyboard.c.

Under X I use the xmodmap file as explained in the xmodmap man page.

-Paul