dezaktywować klawiaturę laptopa Ubuntu
xinput list
// Locate AT Translated Set 2 keyboard
// Write down the id and the [slave keyboard(XXX)] numbers
// Disable
xinput float id
// Enable
xinput reattach id slave
Tony Chanel