hotkey icon indicating copy to clipboard operation
hotkey copied to clipboard

⌨️ cross-platform hotkey package

Results 8 hotkey issues
Sort by recently updated
recently updated
newest added

I can’t use it,is it my problem? (system:ubuntu 22.04) ![image](https://user-images.githubusercontent.com/62003729/187875360-435bd34e-d3bf-4d51-819e-9d295eb93816.png)

documentation

This PR allows canceling the XLib event loop by sending a custom ClientMessage on an invisible Window. See #15 For further XLib documentation refer to [Tronche's documentation](https://tronche.com/gui/x/xlib/events/).

# Description The Linux C code event loop only returns after the hotkey was pressed. The hotkey can not be canceled while `waitHotkey` waits for a new hotkey. `hk.Unregister()` can...

Hotkey register causes the app to crash with the following output: ``` ventsi@localhost:/media/sf_prosper> go run app.go X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode...

Would it be possible to add the ability to recognize media key events? (PlayPause / Prev / Next)? Especially on Windows this would be very useful. (Windows's native media key...

Hotkey shortcut monitoring will hijack the information of the shortcut key. When I run the following code, I copy a piece of text and paste it in the browser's search...

The .Register() call succeeds without returning an error, but the shortcuts I'm trying (Ctrl + Shift + O and Ctrl + Shift + P) just aren't receiving any events. Using...

Should I be able to use the library to make command+control be a hotkey combo on MacOS?