fix Issue #254 by removing ShortCut from MenuItem

This commit is contained in:
Charlie Kindel
2020-09-28 06:48:19 -07:00
parent 0aabf416a4
commit 6407f941c1

View File

@@ -86,11 +86,6 @@ namespace Terminal.Gui {
/// </summary>
public Rune HotKey;
/// <summary>
/// This is the global setting that can be used as a global shortcut to invoke the action on the menu.
/// </summary>
public Key ShortCut;
/// <summary>
/// Gets or sets the title.
/// </summary>