tauri-apps/global-hotkey

Request: HotKey support for mouse input events

Closed this issue · 1 comments

I would like to create HotKey with SHIFT + Left Mouse Click. This is currently not supported as far as I can see. It would be perfect if it was also possible to get the position of the mouse click from this event.

This is not possible unfortunately, the underlying OS APIs doesn't support registering a combination of keys and mouse clicks.