mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-26 18:07:18 +00:00
cee272e030
The culprit in keytest is the possibility to lose some keystrokes. The idead here is that the keystokes are cached by QT until some control character is entered forcing e.g. new dialog. So, splitting input lines at these characters should be enough to ensure that the next chars are not lost.