Is there a simple way to 'simulate' a mouse-click (for clicking buttons) by pressing a key on the keyboard?
Btw; I understand that if I check the selected button with button-over event and start the function based on that it is possible too, but I want it the simple way if possible...