How to capture combination key with [Window] Key?
-
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 ?
-
@SGaist Hi SGaist,
When I tired to capture key event in eventFilter function [Win-key] and any arrow keys, if [Win-key] pressed, I coudn't get any arrow key event.
-
Windows 10 currently captures Win-Up, Down, Left and Right to control window placement. This may mean they never get to basic applications.
@ChrisW67 Ok I understood... Thank you.