I am not able to disable certain keys even after using xmodmap
Posted
by
Arora
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Arora
Published on 2014-08-24T09:58:15Z
Indexed on
2014/08/24
10:30 UTC
Read the original article
Hit count: 243
keyboard
Some of the keys on my keyboard are continously pressed. I am trying to disable that key using the following command:
xmodmap -e 'keycode 115='
or
xmodmap -e 'keycode 115='NoSymbol'
It works for some time, I can see the Symbol associated with that key getting updated using xev command. But the problem is it gets changed to it's default symbol after some time and starts creating the problem again. How can I overcome this issue.
© Ask Ubuntu or respective owner