How to capture combination key with [Window] Key?
Solved
General and Desktop
-
Hi.
I am using Window of QML with frameless window flag.
To serve experience simillar with window default framed application, I should capture combination with window key.
such as [Window + Up arrow], [Window + Down arrow] ...
but is there no sequence in Shortcut on QML.
I tried to capture above combination with [installEventFilter], but it wasn't work.
is there any way ?
-
Hi,
You do not get any key event at all with them ?