Showing posts with label turnoff. Show all posts
Showing posts with label turnoff. Show all posts

Sunday, August 6, 2017

Turnoff the Caps Lock Key in Ubuntu

Turnoff the Caps Lock Key in Ubuntu


I hate the Caps Lock Key! Many times I type my blogs without looking at the screen and after typing in couple of sentence I realize my mistake.
Typing in jOHN sMITH makes me feel like a monkey.
Damn...I hit the CAPS key 
If you find yourself sometimes accidentally hitting the Caps Lock key, use this tip. 
Temporary Solution:
Just open a terminal and type xmodmap -e "clear Lock" to disable it. 
Permanent Solution:
Open your .profile file in Gedit (gedit ~/.profile) and add the command as a new line at the end of the file. Save the file.
You will have to log out and then login to notice changes.

download file now

Read more »