Allow to hook application window events#405
Conversation
|
I curious how this is different to what we have now? |
|
Hello @dominikwilkowski , sorry for late response.
To summarize, as developpers we should have full control over this important aspect, but I'm certainly not enough involved to propose the best solution. Btw as you can see, this MR is outdated, but I made a different version here where I moved the hook from |
|
I see. This is linux specific then? Good to know. We should check our implementation to work on linux too then :) |
This can be useful to handle application-level global shortcuts.
In the same time I improved the
keyboard_handlerexample, in order to demonstrate the "global shortcut" capability.EDIT: merged master and removed edits for the the
keyboard_handlerexample