FreeBSD turn off/swap Caps Lock key:

default

Add this line to the keyboard inputDevice section of xorg.conf

Option "XkbOptions" "ctrl:nocaps"
Copies left control key to capsLock (turns off cpLck)

or

Option "XkbOptions" "ctrl:swapcaps"
Swaps left control key with capsLock (If you must?)

Restart X11 to take effect...

default