I am developing some kind of a video player in QML. I want to control it by Keyboard events but the problem is that the qml doesn't seem to accept any keyboard event until I switch the window and comeback to the app window. I tried with "focus: true" "enabled : true"
and "FocusScope: Item"
but nothing worked for me