Become a member
Sign in
Marin Basic
Marin Basic

Marin Basic

2 Following
16 Followers
  • Profile
  • Claps

Latest

Marin Basic
Marin Basic
Sep 27, 2015 · 3 min read

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…

22