Hi

I am running a embedded Qt application on a Arm board (at91sam9263) running linux. I want to use the two hardware buttons to press two corresponding push buttons on the screen. How do I link the low level hardware buttons to the application? I can find my buttons at /dev/input/event0. I can evtest event0 to show leftClick, RightClick and pressed/released etc.

Can anyone help?