PDA

View Full Version : How to lock the screen in gtk?



amiga_os
February 5th, 2009, 09:44 PM
I'm writing a program (in pygtk) that locks down all keyboard input.

It's for my 1 year old son, who loves bashing the laptop keyboard with me. I'm trying to write a program so that he can see the screen respond... but I need the program to lock down all key combos like ctrl-alt-del from the system.

How do I do that with gtk?