浏览代码

Merge pull request #909 from tig/fix_issue_254

fix Issue #254 by removing ShortCut from MenuItem
Charlie Kindel 4 年之前
父节点
当前提交
7cfc75b290
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      Terminal.Gui/Views/Menu.cs

+ 0 - 5
Terminal.Gui/Views/Menu.cs

@@ -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>