temporarily disable touchpad and keyboad, i.e. babyproofing my linux laptop

Following up with this other question, how can I temporarily disable the touchpad (both movements and buttons) as well as the keyboard in Linux Ubuntu Hardy? I mean, there is a menu for disabling the mouse (and there might be one for the keyboard), but I don't want to lock myself out. The best would be an option to decide which keys on the keyboard I want to be working (e.g. arrows to scroll the page I'm reading) and with a fast keys combination to lock/unlock (e.g. one not easily pushed by my toddler little hands: left-shift + ESC + right-shift + backspace + space)

Edit: I get the tumbleweed badge with this question, but it was seen and even starred? Does anybody have an answer? Let's try with a bounty....


I found this for the keyboard, but cannot find anything for mouse :( - I will keep looking.


You could use a screen locking utility such as xlock or slock. slock is a nice simple one to use.

If you require that you can see the contents of the display, then try this command with xlock. This should keep the monitor up and lock the keyboard and mouse until you type in your password:

xlock -mode image -count 1 -bg black -fg black -geometry 0x0 -timeout 1

This wouldn't allow you to use the arrow keys, though.

EDIT:

Oddly enough, I went to google for your question and came up with a thread that I personally had posted to LinuxQuestions.org awhile ago with the EXACT same issue. You can try binding keys to acpid, but I'm not sure you can do that for basic keyboard commands...

http://www.linuxquestions.org/questions/linux-software-2/xlock-allow-certain-keys-450662/


xtrlock is worth considering. It does not have the requested capability of selecting which keys on the keyboard you want to be working, but it does allow locking the keyboard in addition to the mouse.

https://ostechnix.com/lock-keyboard-mouse-not-screen-linux/

$> sudo apt install xtrlock
$> xtrlock