How do I get a sensible key label from a `PhysicalKeyboardKey` instance in Flutter?
I am trying to make a widget which will allow me to dynamically generate help screens from keyboard shortcuts, but I can only use PhysicalKeyboardKey.debugName
in debug mode.