|
@@ -2,6 +2,7 @@
|
|
|
|
|
|
namespace Terminal.Gui;
|
|
namespace Terminal.Gui;
|
|
|
|
|
|
|
|
+// TODO: Nuke when #2975 is completed
|
|
/// <summary>Represents a helper to manipulate shortcut keys used on views.</summary>
|
|
/// <summary>Represents a helper to manipulate shortcut keys used on views.</summary>
|
|
public class ShortcutHelper
|
|
public class ShortcutHelper
|
|
{
|
|
{
|
|
@@ -115,8 +116,6 @@ public class ShortcutHelper
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
|
|
|
|
- Debug.WriteLine ($"WARNING: {Key.ToString (key)} is not a valid shortcut key.");
|
|
|
|
-
|
|
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
|
|
|