You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Linux kernel module that registers a keyboard IRQ
handler (ISR) and logs the keystrokes as they are received. To keep
the ISR as short as possible, each scancode is passed to a tasklet
that is then run at the next available time and logs the key.