Skycoder42 / QHotkey

A global shortcut/hotkey for Desktop Qt-Applications
BSD 3-Clause "New" or "Revised" License
552 stars 162 forks source link

Hotkey release signal #32

Closed alexandrvicente closed 4 years ago

alexandrvicente commented 4 years ago

Adds support for a hotkey release signal, using kEventHotKeyReleased on Mac, XCB_KEY_RELEASE and polling to ignore repeats on X11 and polling on Windows.

Skycoder42 commented 4 years ago

Looks good to me. Please fix the intendation, it should be tabs, like the rest of the code, not spaces. Then I can merge it.

alexandrvicente commented 4 years ago

Looks good to me. Please fix the intendation, it should be tabs, like the rest of the code, not spaces. Then I can merge it.

Done.