Detecting Ctrl-Alt-Del in Windows
sjm
sjmsoft at gmail.com
Fri Sep 2 08:27:50 EDT 2011
More information about the Python-list mailing list
Fri Sep 2 08:27:50 EDT 2011
- Previous message (by thread): Detecting Ctrl-Alt-Del in Windows
- Next message (by thread): Detecting Ctrl-Alt-Del in Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sep 1, 12:52 pm, Den <patents... at gmail.com> wrote: > Obviously, this is a windows-based question. I know that Ctrl-Alt-Del > is handled deep inside the OS, and I'm not trying to interrupt that. > But is there some way to detect that a C-A-D has been pressed? If you manage to write a program that can detect CTRL-ALT-DEL, please report it as a bug in Windows! CTRL-ALT-DEL is Windows' "secure attention sequence" which must only be handled by the OS. -- Steve
- Previous message (by thread): Detecting Ctrl-Alt-Del in Windows
- Next message (by thread): Detecting Ctrl-Alt-Del in Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list