UNPKG

react-hotkeys

Version:

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

7 lines 160 B
var ModifierFlagsDictionary = { Shift: ['shiftKey'], Meta: ['metaKey'], Control: ['ctrlKey'], Alt: ['altKey'] }; export default ModifierFlagsDictionary;