dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.11k stars 220 forks source link

Missing user32 RegisterHotKey #642

Closed popyoung closed 1 year ago

popyoung commented 1 year ago

https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-registerhotkey

AArnott commented 1 year ago

Can you use CsWin32 as described in https://github.com/dotnet/pinvoke/issues/565 for this API? This repo is deprecated.

popyoung commented 1 year ago

I noticed that after posting that. Thanks for your work.