
Hello, I have a question regarding the implementation of the access key
I wrote the following code
<ribbon:Button
x:Uid="NewButton"
KeyTipAccessText="N"
AutomationProperties.AutomationId="NewButton"
Label="{x:Static res:Resources.NewButtonLabel}"
Height="25"
Width="100"
HorizontalContentAlignment="Center"
ScreenTipDescription="{x:Static res:Resources.NewTip}"
Command="{Binding Path=NewCommand}" />
But the access key is
1. Not working when I press ALT + N
2. Not showing up when I am in access key mode (Pressed ALT to see all the other shortcuts
Am I implementing something incorrectly or missing something?