Hi all,
I have a problem with the keyboard in my laptop due to a coffee incident long time ago - the F4 key is permanently pressed, and this creates all sorts of trouble.
Now, I have removed it from the kernel keymap via dumpkeys/loadkeys. That seemed to help in console mode, but had no effect when I loaded X. Then I did
That did disable F4 in some applications, but not everywhere. For instance, when I press ctrl + alt, the screen switches to TTY4.
Is there a way to disable F4 permanently, everywhere?
Thanks
I have a problem with the keyboard in my laptop due to a coffee incident long time ago - the F4 key is permanently pressed, and this creates all sorts of trouble.
Now, I have removed it from the kernel keymap via dumpkeys/loadkeys. That seemed to help in console mode, but had no effect when I loaded X. Then I did
Code:
xmodmap -e 'F4 ='
Is there a way to disable F4 permanently, everywhere?
Thanks