timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

MenuItem's Command is not activated by keyboard #210

Closed robertos closed 11 years ago

robertos commented 11 years ago

When a MenuItem with a Command is added to a Menu and the user can navigate to it using the keyboard (e.g. open AppBar with Win+Z, Tab to button, Enter), the options can be selected with the keyboard but Enter or Space do not activate the menu item's Command.

Expected: Enter or Space key would activate the menu item's Command.

timheuer commented 11 years ago

Dupe of #84