Answers for "deactivate laptop keyboard ubuntu"

1

deactivate laptop keyboard 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
Posted by: Guest on June-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language