Skip to content

Fix the flakey ALT key

Joseph Boudreau requested to merge verbDown into main

After a careful scan of GXExecutionScheduler, a lot of code which is not relevant to nondynamic (event) input is suppressed and many things are cleaned up. This is part of a search for who is stealing keyboard events...Finally, the keyboard event theft is located (in VP1ExaminerViewer::setViewing(), which grabs focus when it should not) and this is finally fixed.

Merge request reports