On 11/02/2017 01:12 PM, Jindřich Makovička wrote: > This fixes the following case: > > 1) Ctrl-Alt-2 for console is pressed > 2) console pops up and gets focus > 3) console receives the Ctrl-Alt-2 keypress event > 4) console closes > 5) focus returns to the main window > 6) main window gets the keypress event > 7) goto 2 until the key is released, with 50% chance that the console > window is shown at the end
Sounds similar to what I reported in my comment here a while back: https://bugzilla.libsdl.org/show_bug.cgi?id=3287 - Cole