Hi!

I wanted to ask, if i reimplenet keyPressEvent() and I just want to change the operation of a single key event, for example space, can I do it only for this key?

I tried to do it, but if I don't assign tasks for the other keys as well, they don't work. Isn't there a default task for each key for a specific widget, such as TextEdit ?