Ok, I implement it as you suggest. Now when I hit Ctrl+E or whatever alpabetically concunjction I run into
How do you know you run into the key handler?
Is because your code is doing something or by setting a break point?
If the former, you are probably not using the correct key code.
Note that there is Qt::Key_Return and Qt::Key_Enter.