From charlesreid1

Revision as of 03:48, 1 December 2019 by Admin (talk | contribs) (Created page with "Remap keyboard: use caps lock as a control key Edit <code>/etc/default/keyboard</code> to include the line: <pre> XKBOPTIONS="ctrl:nocaps" </pre> Then reconfigure the curre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Remap keyboard: use caps lock as a control key

Edit /etc/default/keyboard to include the line:

XKBOPTIONS="ctrl:nocaps"

Then reconfigure the current keyboard layout with the command:

dpkg-reconfigure keyboard-configuration

or alternatively, set the option from the command line with the command:

/usr/bin/setxkbmap -option "ctrl:nocaps"