I'm working on a kiosk application, and am trying to prevent people from breaking out of our interface with Windows shortcut keys.
Using pyHook I've managed to block the Windows keys, control keys and alt keys, but ctrl-alt-delete still works. This thread suggests that the combination is allowed to pass because of a guideline in the Windows SDK, and that it may be possible to modify the pyHook C extension: http://sourceforge.net/apps/mediawiki/pyhook/index.php?title=PyHook_Tutorial Any tips on doing that? Or some other way to block these keys? _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32