Skip to content

Commit 7cfc75b

Browse files
authored
Merge pull request #909 from tig/fix_issue_254
fix Issue #254 by removing ShortCut from MenuItem
2 parents 3380cb2 + 6407f94 commit 7cfc75b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Terminal.Gui/Views/Menu.cs

-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ public MenuItem (ustring title, ustring help, Action action, Func<bool> canExecu
8686
/// </summary>
8787
public Rune HotKey;
8888

89-
/// <summary>
90-
/// This is the global setting that can be used as a global shortcut to invoke the action on the menu.
91-
/// </summary>
92-
public Key ShortCut;
93-
9489
/// <summary>
9590
/// Gets or sets the title.
9691
/// </summary>

0 commit comments

Comments
 (0)