[Scummvm-devel] Problem with Ctrl-Alt-X

M. Kiewitz m_kiewitz at users.sourceforge.net
Fri Dec 4 19:50:40 CET 2009


Hi there,

I changed some event code today for sci and found out that ScummVM doesnt send any keypresses to us when Ctrl and Alt is also pressed.

Max already contacted me about this:
Back to the issue at hand: So, the SDL backend eats all Ctrl-Alt keycombos. The only reason is that it passes them to handleScalerHotkeys() but never checks if that method actually was able to intrepret the key combo. It's a quite trivial change to fix that and let handleScalerHotkeys() only eat up events it actually handles, thus letting Ctrl-Alt-X pass through to the engine.

Regards
  M. Kiewitz



      




More information about the Scummvm-devel mailing list