Jelajahi Sumber

fix Issue #254 by removing ShortCut from MenuItem

Charlie Kindel 5 tahun lalu
induk
melakukan
6407f941c1
1 mengubah file dengan 0 tambahan dan 5 penghapusan
  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>