]> git.lyx.org Git - features.git/commit
Keytests: Make the wrapper sendKeystring() around sendKeystringLocal() be recursive
authorKornel Benko <kornel@lyx.org>
Wed, 26 Apr 2017 14:03:24 +0000 (16:03 +0200)
committerKornel Benko <kornel@lyx.org>
Wed, 26 Apr 2017 14:03:24 +0000 (16:03 +0200)
commit514bcb9d93096ced9f3c00041269dda278241887
treef41c50ea1aa9611403e8b3ebc4a9cd5e8c57aaee
parentc7a0ffc8c8cff6f0224707d5a6fa505ffe2799a0
Keytests: Make the wrapper sendKeystring() around sendKeystringLocal() be recursive

This makes the wrapper working smoothly even for more complicated
input lines.
Also we do not need the window- parameter in call to xvkbd.
Still, there _is_ something fishy. At first run it can happen that
some keytest fail. But not reproducible at subsequent calls.
It feels like QT would cache some data and therefore lyx reacts
later faster.
This work is a result of collaboration with Tommaso Cucinotta.
development/autotests/keytest.py