Linux/CapsLock: Difference between revisions
From charlesreid1
Bleep bloop (talk | contribs) m (Bot: Orphan page, add template) |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
How to set the caps lock key to be another control, from the command line, in [[Linux]]: | |||
<pre> | <pre> | ||
setxkbmap -option ctrl:swapcaps | setxkbmap -option ctrl:swapcaps | ||
</pre> | </pre> | ||
{{LinuxFlag}} | |||
Latest revision as of 06:59, 17 April 2017
How to set the caps lock key to be another control, from the command line, in Linux:
setxkbmap -option ctrl:swapcaps