Skip to main content
  1. Posts/
  2. 2010/

changing CapsLock to Ctrl in XFCE4

·28 words·1 min·
Maciej Kalisiak
Author
Maciej Kalisiak

From:
http://serverfault.com/questions/10437/how-do-you-swap-the-caps-lock-to-control-in-xfce

Run this on startup:

  /usr/bin/setxkbmap -option “ctrl:nocaps”

This can be placed in XFCE’s startup (Settings > Session and Startup > Application Autostart tab > Add button).