til

#TIL : Remap Capslock to Control key

I learned on 2017-08-08 about keyboard, linux

Edit file /etc/default/keyboard and set

XKBOPTIONS="ctrl:nocaps"

Then, logout and log in again to impact

Enjoyed this?

Leave a kudo — it means a lot.

0