Keyboard Shortcut Toolbar Control Action

webguy22

Member
Is there a way to have the selected keyboard shortcut actually do the action instead of just highlighting the action on the toolbar?

My toolbar is set up for keyboard shortcuts. Example C for Copy. Now, if you hit C on the keyboard, the Copy toolbar control is highlighted. Then the user still has to hit Enter, or click the mouse, to execute the action. I would like the action to execute when the user hits the keyboard shortcut.

Thanks
 
No, you can’t execute the action directly from the toolbar with a shortcut.
What you have to do is to define a menu and assign the shortcut you want to it. Then associate the action to the menu item:


image.png692×617 25.5 KB
 

Attachments

  • image.png
    image.png
    25.5 KB · Views: 0
Back
Top