AbstractStaticctrlReturns the platform-specific name for the control/command key.
'command' on macOS, 'ctrl' on other platforms
StaticaltReturns the platform-specific name for the alt/option key.
'option' on macOS, 'alt' on other platforms
StaticenterReturns the platform-specific name for the enter/return key.
'return' on macOS, 'enter' on other platforms
StaticctrlReturns the control/command key's name as it should be spoken.
Separate from ctrl, which yields the lower-case token hotkeys-js parses. A screen reader reads an announcement out loud, so the word has to be the one the reader would say -- capitalised, and never abbreviated to the symbol, which many voices skip entirely.
The Command key's name on macOS, the Control key's on other platforms
Abstract utility class for platform-specific keyboard key name mappings.