Dear all,

I have a custom context menu that acts on a table view.
There is a copy action in the menu.
It has a shortcut set via designer to be Ctrl+C.
When I use the Ctrl+C key combination the corresponding action is not triggered.
Instead the default copy-a-single-cell behaviour is executed.

What do I have to do to have a shortcut of an action invoke the action?

Are there any issues in overriding standard shortcuts such as copy (Ctrl+C)?

Kind Regards,