This Dell box has Windows2000 on it.  For those of us afflicted with WordStar
pinkie, the CapsLock->Ctrl key swapper is relatively easy, a Registry tweak.
Here's the lowdown I found:


 1. Run Start->Run...

 2. Open: regedt32 to edit the registry.

 3. Select the key
     HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Keyboard Layout

 4. From the Edit menu, choose "Add Value" to add a value named "Scancode Map"
with type REG_BINARY.

 5. Set the value for the layout you want (copy and paste the line of numbers):

 Map CapsLock -> Left Ctrl:
 0000000000000000020000001d003a0000000000

 Swap CapsLock and Left Ctrl:
 0000000000000000030000001d003a003a001d0000000000

 CapsLock->Left Ctrl, Left Ctrl->Left Alt, Left Alt->CapsLock:
 0000000000000000040000001d003a0038001d003a00380000000000

6. Reboot your machine