On 12/18/2014 12:12 PM, Beartooth wrote:
On Thu, 18 Dec 2014 16:31:49 +0000, Patrick O'Callaghan wrote:
        [....]
I'm sure I would still hit it occasionally. The problem is that I often
don't notice until I've overwritten a bunch of characters, so I prefer
to put it beyond use.



To the original OP:
This is what I do in order to disable a key:
sudo /bin/loadkeys << 'EOF'
        keycode TheKeyCodeInQuestion = NoSymbol
EOF

If you do not know the KeyCode, run the program:
showkey

and press the key in question
and it's code will be displayed.
You must wait 10 seconds of idle
and showkey program will exit;
then run the sudo script above.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to