Tabs display the close tab shortcut as Ctrl+F4, even though that's not bound by default. They should display what the actual keybinding is instead.
Windows Terminal version (or Windows build number)
windows terminal version: 1.7.1033.0
Other Software
No response
Steps to reproduce
- open terminal
- hover the mouse over the cross
there is no reference to the ctrl + f4 key in settings.json
Expected Behavior
ctrl+shift+w everywhere
Actual Behavior

Huh. We get that text from WinUI on the tab close button by default. I bet we could override that somehow.
Seems to be initialized here https://github.com/microsoft/microsoft-ui-xaml/blob/main/dev/TabView/TabView.cpp#L45 as a private member of the TabView class with the text taken from https://github.com/microsoft/microsoft-ui-xaml/blob/main/dev/TabView/Strings/en-us/Resources.resw#L137.
So I guess WinUI would first need to be adapted to make the tooltip on the close button configurable?
Also stumbled on this. F-keys require some finger acrobatics on my laptop. It would be nice to have Ctrl+W/Ctrl+Shift+W supported and hinted correctly!