keyLabels module
Contains mapping from the Windows key names to their localized labels.
As there are localizable strings at module level,
this can only be imported once localization is set up via languageHandler.initialize
.
- keyLabels.getKeyCombinationLabel(keyCombination)
Fetches a localized label for a combination of multiple keys. @param keyCombination: The key combination identifier to get the localized label for, usually plus-separated key identifiers. @type keyCombination: string @returns: A localized key combination @rtype: string