In Ubuntu 16.04 I can disable my keyboard using xinput
and still type:
$ xinput disable 12
$ xinput list-props 12
Device 'Corsair Corsair K70 RGB Gaming Keyboard':
Device Enabled (133): 0
Coordinate Transformation Matrix (135): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Product ID (251): 6940, 6931
Device Node (252): "/dev/input/event3"
$ xinput enable 12
I have tried disabling all other keyboard devices, including having all of them disabled at once. I have tried float
and reattach
as described in another answer.