Re: [AD] patch to prevent CTRL-ALT-DEL from killing allegro under windows |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] patch to prevent CTRL-ALT-DEL from killing allegro under windows
- From: Matthew Leverton <meffer@xxxxxxxxxx>
- Date: Fri, 2 Dec 2005 15:40:24 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YY3vFd3WKLnytQUhvbOS4gVOTCAURtwIy7C5QqbCApeu9MFm1DRAqUCbTCnAj8H35K5pvDeYf9KuE9C9UZOSZK/0MKd668dhhKa1SKvnqKkL/s1Gz/kwQ8Pl3ZPzIKq8gLDVQ9+nuYxuXCNfeKQT8G0aI62oVyWnhzzjGccFf9s=
On 12/2/05, Robert Ohannessian <ROhannessian@xxxxxxxxxx> wrote:
> This seems wrong. Lots of apps use Ctrl+Alt+foo for keyboard shortcuts.
> I find it unlikely that hitting Ctrl+Alt+Del would trigger all of them!
>
> The bug is more likely somewhere in Allegro's keyboard code.
>
Like I said, I don't know the root cause. It seems bogus to me as
well. All I know is that my patch "fixes" the glitch, and there's not
much use waiting around for someone who knows Windows and Allegro to
confirm or deny. ;) I don't know the internals of Allegro or DX, so I
wouldn't even know where to look if I wanted...
The approach of ignoring when CTRL-ALT-0x00 is found is harmless. The
worse case of something going wrong is that CTRL-ALT-END stops
working, but at least CTRL-ALT-DEL still would work without crashing
the application.
--
Matthew Leverton