|
When you assign Ctrl1, Ctrl2, etc. as shortcuts for MenuItems they show up as Ctrl+D1, Ctrl+D2. This can be worked around by creating and adding the menuitem through code as demonstrated below: [C#] //Create the menuitem MenuItem mymenuItem = new MenuItem...
|