|
|
Hello,
Anyone knows if is it possible to create keyboard shortcut to the ribbon items?
Thanks
|
|
Coordinator
Apr 18, 2012 at 1:11 AM
|
I'm afraid there's no straight way to do this: AFAIK, SharePoint Ribbon doesn't support shortcuts. However, I think this could be done with javascript, especially for custom ribbon items. I.e., you deploy script, bind to js keyboard
event, and call the same action as your ribbon button calls on click.
|
|