How to disable caps lock in Linux
August 3rd, 2008 by Daniel Høyer Iversen
If you want to disable the caps lock. Open the ~/.bashrc file and add:
# Disables the caps lock button
xmodmap -e "remove lock = Caps_Lock"
- My programming projects and some linux tips
If you want to disable the caps lock. Open the ~/.bashrc file and add:
# Disables the caps lock button
xmodmap -e "remove lock = Caps_Lock"
0 Responses to “How to disable caps lock in Linux”
Leave a Response