UNPKG

react-hotkeys

Version:

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

15 lines (13 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * A mapping between key names and official names */ var KeyShorthandDictionary = { 'cmd': 'Meta' }; var _default = KeyShorthandDictionary; exports.default = _default;