소스 검색

Merge pull request #909 from tig/fix_issue_254

fix Issue #254 by removing ShortCut from MenuItem
Charlie Kindel 5 년 전
부모
커밋
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>