Hi everyone,
In my QML items, I have been using Keys.onPressed to detect some of the keys pressed by the user and act accordingly. Everything works fine but I can’t catch any of the multimedia keys ( working on OSX ). It is said that QKeyEvent widget has to clearly accept multimedia keys since it is not done by default but is there anything in QML that tells the OS that we need those events ?
Thanks
↧