Arch盆栽。startxfce4からのX環境でCaps lockをCtrlになおすのに、https://bbs.archlinux.org/viewtopic.php?pid=1815527#p1815527 を参考に下記の内容で /etc/X11/xorg.conf.d/00-keyboard.conf ファイルを作成した。
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbOptions" "ctrl:nocaps"
EndSection
前回トラックパッドが動かなくなったのはMatchIsKeyboardあたりをタイポしてたのかな?