UNPKG

react-hotkeys

Version:

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

14 lines (13 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var ModifierFlagsDictionary = { Shift: ['shiftKey'], Meta: ['metaKey'], Control: ['ctrlKey'], Alt: ['altKey'] }; var _default = ModifierFlagsDictionary; exports.default = _default;