-
-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
294093d
commit ce3b4ce
Showing
8 changed files
with
1,036 additions
and
582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
@@ -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, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
@@ -69,9 +69,11 @@ | |
|
||
var _keyMap = { | ||
backspace: 8, | ||
'⌫': 8, | ||
tab: 9, | ||
clear: 12, | ||
enter: 13, | ||
'↩': 13, | ||
return: 13, | ||
esc: 27, | ||
escape: 27, | ||
|
Oops, something went wrong.