Sniffing global keyboard events in Go
This example is based on linux systems and reference is “input.h” file that can be found here Linux/include/uapi/linux/input.h
Some packages I found on github, heavily depends on C library, so I tried to write my own implementation, but…