UNPKG

react-hotkeys

Version:

A declarative library for handling hotkeys and focus within a React application

7 lines 146 B
/** * A mapping between key names and official names */ var KeyShorthandDictionary = { 'cmd': 'Meta' }; export default KeyShorthandDictionary;