|
|
Disable Caps Lock key in Linux - Linux
|
Views : 378
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Linux provided a command called "xmodmap" to enable and disable the Caps Lock key functionality.
Disable Caps Lock key
xmodmap -e "remove lock = Caps_Lock"
Enable Caps Lock key
xmodmap -e "add lock = Caps_Lock"
After you issue the command to disable the Caps_Lock key, the Caps_Lock light will not blink any more, no matter how many times you pressed on the Caps_Lock key |
|
By Rekha, On - 2009-11-16 |
|
|
|