Hi,
I have a Ribbongroup and buttontool in it.
I want to add short cut key - say Logout
- short key = ctrl+l
i.ee... WPF world _lOGOUT
<
="30"
="exitTool"
="pack://application:,,,/ISIS.UI.Resources;component/images/t_logoff.png"
="pack://application:,,,/ISIS.UI.Resources;component/images/t_logoff.png"/
Is such feature exists?
It is really the same thing you would do if you were using a Menu or Toolbar. You would need to define an InputBinding at the Window level. There is more information/examples in MS documentation - http://msdn.microsoft.com/en-us/library/ms752308.aspx. Note, the xamRibbon tools in the ribbon group will not show a mnemonic character since tools in Office Ribbon do not show mnemonics - instead the keytips are used when in keytip mode (e.g. pressing and releasing Alt).