faaxm / spix

UI test automation library for QtQuick/QML Apps
MIT License
184 stars 47 forks source link

Fix key event #101

Open auxxos opened 6 months ago

auxxos commented 6 months ago

In my opinion the key events have to enter the event queue on item level and not at window level. I had issues to send key events to deep nested items. My fix resolved this.

Same for mouse events. They should be posted to the item level as well.