From dfd4b9ed88a7976d426e4a070f2e0af76fdf992d Mon Sep 17 00:00:00 2001 From: Tig Date: Mon, 17 Jun 2024 07:21:52 -0700 Subject: [PATCH] Cleanup --- Terminal.Gui/Views/Shortcut.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Terminal.Gui/Views/Shortcut.cs b/Terminal.Gui/Views/Shortcut.cs index 0e16fd714..e235bb712 100644 --- a/Terminal.Gui/Views/Shortcut.cs +++ b/Terminal.Gui/Views/Shortcut.cs @@ -4,10 +4,6 @@ using Terminal.Gui.Analyzers.Internal.Attributes; namespace Terminal.Gui; -// TODO: I don't love the name Shortcut, but I can't think of a better one right now. Shortcut is a bit overloaded. -// TODO: It can mean "Application-scoped key binding" or "A key binding that is displayed in a visual way". -// TODO: I tried `BarItem` but that's not great either as it implies it can only be used in `Bar`s. - /// /// Displays a command, help text, and a key binding. When the key is pressed, the command will be invoked. Useful for /// displaying a command in such as a