lxn / win

A Windows API wrapper package for the Go Programming Language
Other
1.19k stars 312 forks source link

Add new functions RegisterHotKey/UnregisterHotKey/GetCurrentProcessId #80

Open shawnsilva opened 5 years ago

shawnsilva commented 5 years ago

Add RegisterHotKey and UnregisterHotKey functions in user32

Add GetCurrentProcessId in kernel32

AttachThreadInput and GetWindowThreadProcessId were added as well earlier, but conflicted with another merge at the same time. Re-organized so they were in order.

ii64 commented 3 years ago

Any update on this PR?

shawnsilva commented 3 years ago

@lxn Was wondering what is needed to improve this PR to be able to get it merged?