tmp sln:
xinput list
列出列表,找到自带键盘的id
然后执行
xinput set-prop id "Device Enabled" 0
我的电脑自带键盘id为14:,所以如图:
this sln is tmp,if you reboot your conputer , you must do this again.
so, if you want do something once, your keyboard disable for ever,read this:
打开终端并运行以下命令
$sudo gedit /etc/default/grub
找到以下行
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
添加参数i8042.nokbd,上面的行应该是这样的
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nokbd"
按以下命令更新grub
$sudo update-grub
然后reboot你的笔记本电脑