Skip to content

Commit

Permalink
released v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 3, 2021
1 parent 3456340 commit d2eaa98
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
24 changes: 20 additions & 4 deletions dist/react-hotkeys.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* react-hotkeys v2.6.2
* react-hotkeys v2.7.0
* React component to listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts.
* Copyright (c) 2020 kenny wang <[email protected]>
* Copyright (c) 2021 kenny wang <[email protected]>
* Licensed under the MIT license.
*/
(function webpackUniversalModuleDefinition(root, factory) {
Expand Down Expand Up @@ -244,10 +244,10 @@ var external_root_React_commonjs2_react_commonjs_react_amd_react_default = /*#__

// CONCATENATED MODULE: ./node_modules/hotkeys-js/dist/hotkeys.esm.js
/*!
* hotkeys-js v3.8.1
* hotkeys-js v3.8.7
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2020 kenny wong <[email protected]>
* Copyright (c) 2021 kenny wong <[email protected]>
* http://jaywcjlove.github.io/hotkeys
*
* Licensed under the MIT license.
Expand Down Expand Up @@ -328,6 +328,22 @@ var _keyMap = {
pageup: 33,
pagedown: 34,
capslock: 20,
num_0: 96,
num_1: 97,
num_2: 98,
num_3: 99,
num_4: 100,
num_5: 101,
num_6: 102,
num_7: 103,
num_8: 104,
num_9: 105,
num_multiply: 106,
num_add: 107,
num_enter: 108,
num_subtract: 109,
num_decimal: 110,
num_divide: 111,
'⇪': 20,
',': 188,
'.': 190,
Expand Down
Loading

0 comments on commit d2eaa98

Please sign in to comment.