Hi,

I would like to ask what's the name, and how to implement, of the "press a key" event handler. I mean, what's the name of the function or how I can call that event handler and execute a code where a key or a key-combination from the keyboard is pressed.

I have a code, inside "void FirstClass:n_actionXxxxxx_triggered(){}" which is executed when I press a button, but I'd like to execute it also when the user presses "delete" from the keyboard.

Thanks!!!!