]> git.lyx.org Git - features.git/commit
Keytests: optimize for speed.
authorKornel Benko <kornel@lyx.org>
Sun, 7 May 2017 12:40:08 +0000 (14:40 +0200)
committerKornel Benko <kornel@lyx.org>
Sun, 7 May 2017 12:48:06 +0000 (14:48 +0200)
commitcee272e03025226de757e0a50739ba52bd357d04
treeb0a3ce8297f549a5924a02253ce5b0abeb28432c
parent1acb42911af5839714c5f6be4dd7d1b47f6e0690
Keytests: optimize for speed.

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.
development/autotests/keytest.py