OnAction callback is not invoked using hotkeys

V

Vitaly

Dear all,

I'm trying to perfom custom action on Cut command:

<commands>
<command idMso="Cut" onAction="CutClicked" />
</commands>

It works fine when an user clicks on the Cut button. But when the user
presses Ctrl+X the callback is not invoked and the user is actually cuts
selected cells range.

I would like to have CutClicked callback to be invoked both when the user
clicks the button and uses hotkeys.

How this can be achieved?

Thanks,
Vitaly
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top