Skip to content

Commit

Permalink
released v3.9.5 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 20, 2022
1 parent 294093d commit ce3b4ce
Show file tree
Hide file tree
Showing 8 changed files with 1,036 additions and 582 deletions.
4 changes: 3 additions & 1 deletion dist/hotkeys.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* hotkeys-js v3.9.4
* hotkeys-js v3.9.5
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2022 kenny wong <[email protected]>
Expand Down Expand Up @@ -65,9 +65,11 @@ function compareArray(a1, a2) {

var _keyMap = {
backspace: 8,
'⌫': 8,
tab: 9,
clear: 12,
enter: 13,
'↩': 13,
return: 13,
esc: 27,
escape: 27,
Expand Down
4 changes: 2 additions & 2 deletions dist/hotkeys.common.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion dist/hotkeys.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* hotkeys-js v3.9.4
* hotkeys-js v3.9.5
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2022 kenny wong <[email protected]>
Expand Down Expand Up @@ -63,9 +63,11 @@ function compareArray(a1, a2) {

var _keyMap = {
backspace: 8,
'⌫': 8,
tab: 9,
clear: 12,
enter: 13,
'↩': 13,
return: 13,
esc: 27,
escape: 27,
Expand Down
4 changes: 3 additions & 1 deletion dist/hotkeys.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* hotkeys-js v3.9.4
* hotkeys-js v3.9.5
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2022 kenny wong <[email protected]>
Expand Down Expand Up @@ -69,9 +69,11 @@

var _keyMap = {
backspace: 8,
'⌫': 8,
tab: 9,
clear: 12,
enter: 13,
'↩': 13,
return: 13,
esc: 27,
escape: 27,
Expand Down
Loading

0 comments on commit ce3b4ce

Please sign in to comment.