How to Stop my internal keyboard of my Laptop in Linux

I recently spilled coffee on my Laptop keyboard running on Zorin and want to disable it because it is working supper weirdly.

Can anyone Help me with this problem :smiley:

3 Likes

You Should get it repaired first for safety reasons!

4 Likes

I need it Urgently for a presentation!

open terminal via ctrl + alt + t
and type

xinput -list

note the id in front of (AT Translated Set 2 keyboard)

then type

xinput set-int-prop (device id that you noted) "Device Enabled" 8 0

#to disable the keyboard

#to re enable

xinput set-int-prop (device id that you noted) "Device Enabled" 8 1

6 Likes

It work's Thanks a Lot

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.