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
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