til

#TIL : Send ENTER key to kernel

I learned on 2017-09-27 about keyboard, linux

When you try to send an Enter keyboard to linux kernel, it looks like nothing happens.

This is because you only send a key press (KEY DOWN) but don't send an key release (KEY UP) event after that.

Enjoyed this?

Leave a kudo — it means a lot.

0