greena13/react-hotkeys

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.babelrc
.editorconfig
.eslintignore
.eslintrc
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.gitignore
.travis.yml
LICENSE
README.md
examples/README.md
examples/package.json
examples/src/index.html
examples/src/style.css
examples/yarn.lock
package.json
yarn.lock
examples/src/App.js142
examples/src/HOCWrappedNode.js51
examples/src/Node.js62
examples/src/index.js5
examples/webpack.config.js53
index.es.js6
index.js6
rollup.config.js38
src/GlobalHotKeys.js40
src/HotKeys.js18
src/IgnoreKeys.js7
src/ObserveKeys.js7
src/configure.js5
src/const/AltShiftedKeysDictionary.js49
src/const/AltedKeysDictionary.js50
src/const/EventResponse.js8
src/const/KeyEventSequenceIndex.js5
src/const/KeyEventState.js6
src/const/KeyEventType.js6
src/const/KeyOSAndLayoutAliasesDictionary.js4
src/const/KeyShorthandDictionary.js4
src/const/KeysWithKeyUpHiddenByCmd.js13
src/const/ModifierFlagsDictionary.js7
src/const/MousetrapToReactKeyNamesDictionary.js30
src/const/NonPrintableKeysDictionary.js6
src/const/ShiftedKeysDictionary.js22
src/const/reverse-dictionaries/UnaltShiftedKeysDictionary.js4
src/const/reverse-dictionaries/UnaltedKeysDictionary.js4
src/const/reverse-dictionaries/UnshiftedKeysDictionary.js4
src/getApplicationKeyMap.js5
src/helpers/logging/describeKeyEvent.js9
src/helpers/logging/describeKeyEventType.js8
src/helpers/logging/printComponent.js14