How to specify an access key for a menu item?
<ContextMenu>
<MenuItem Header="Copy" Command="Copy" />
Per http://msdn.microsoft.com/en-us/library/windows/desktop/bb545460.aspx#accessKeys
Edit: I really mean menu access keys, not shortcut keys.
use _ at the Header,This will create automatically the desired HotKey.