Enable & Disable Linux Caps Lock

1. By default, the caps lock is enable in Linux operating system. But, you can disable it by following command,

# xmodmap -e "remove lock = Caps_Lock"

2. To enable the caps lock, enter the following command

# xmodmap -e "add lock = Caps_Lock"

You May Also Like

Leave a Reply?