6

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....

Davide
  • 665

5 Answers5

5

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

William Hilsum
  • 117,648
5

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/

4

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
plafratt
  • 312
1

There is two things that comes to my mind on this...if you are talking about in X (KDE/Gnome), then you have to get out of it (Ctrl+Alt+Backspace) unless the system is set up to use kdm or gdm (the login screen for KDE/Gnome respectively). There is a little command line utility that actually locks up the keyboard called kbdlock here, this locks up the keyboard and you have to enter your login password to unlock it. As for temporarily disabling the touchpad, since that is a generic mouse driver with synaptics module loaded, create a simple shell script to load and unload the module in question, armed with kbdlock you have the combination sorted. What do you think?

Hope this helps, Best regards, Tom.

t0mm13b
  • 723
0

I know you're using Linux, so this solution is not of much help. But, during the explosion of LOLcat humor, somethings proved more utilitarian. I would guess that baby-like typing would be similar to cat-like typing.

dotHTM
  • 1,519