Skip to content

Commit

Permalink
v3.11.2 clean: Optimize getAllKeyCodes method & compatible with old…
Browse files Browse the repository at this point in the history
…er browers. (#439) f26f95c
  • Loading branch information
jaywcjlove committed Aug 2, 2023
1 parent 809f120 commit 3d49fd4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 17 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"files": {
"main.css": "/hotkeys-js/static/css/main.f00f83fe.css",
"main.js": "/hotkeys-js/static/js/main.6d9ff529.js",
"main.js": "/hotkeys-js/static/js/main.0edee942.js",
"refractor-vendor.js": "/hotkeys-js/static/js/refractor-vendor.390356d6.js",
"react-vendor.js": "/hotkeys-js/static/js/react-vendor.be17bb13.js",
"static/media/bg.jpg": "/hotkeys-js/static/media/bg.c118c911b775de37ecf2.jpg",
"index.html": "/hotkeys-js/index.html",
"main.f00f83fe.css.map": "/hotkeys-js/static/css/main.f00f83fe.css.map",
"main.6d9ff529.js.map": "/hotkeys-js/static/js/main.6d9ff529.js.map",
"main.0edee942.js.map": "/hotkeys-js/static/js/main.0edee942.js.map",
"refractor-vendor.390356d6.js.map": "/hotkeys-js/static/js/refractor-vendor.390356d6.js.map",
"react-vendor.be17bb13.js.map": "/hotkeys-js/static/js/react-vendor.be17bb13.js.map"
},
"entrypoints": [
"static/js/refractor-vendor.390356d6.js",
"static/js/react-vendor.be17bb13.js",
"static/css/main.f00f83fe.css",
"static/js/main.6d9ff529.js"
"static/js/main.0edee942.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="keywords" content="hotkey,hotkeys,hotkeysjs,key,keys,keyboard,shortcuts,keypress"/><meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight."><script defer="defer" src="./static/js/refractor-vendor.390356d6.js"></script><script defer="defer" src="./static/js/react-vendor.be17bb13.js"></script><script defer="defer" src="./static/js/main.6d9ff529.js"></script><link href="./static/css/main.f00f83fe.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="keywords" content="hotkey,hotkeys,hotkeysjs,key,keys,keyboard,shortcuts,keypress"/><meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight."><script defer="defer" src="./static/js/refractor-vendor.390356d6.js"></script><script defer="defer" src="./static/js/react-vendor.be17bb13.js"></script><script defer="defer" src="./static/js/main.0edee942.js"></script><link href="./static/css/main.f00f83fe.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions static/js/main.0edee942.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,3 @@

* Licensed under the MIT license
*/

/**!
* hotkeys-js v3.11.2
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2023 kenny wong <[email protected]>
* https://jaywcjlove.github.io/hotkeys-js
* Licensed under the MIT license
*/
1 change: 1 addition & 0 deletions static/js/main.0edee942.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.6d9ff529.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.6d9ff529.js.map

This file was deleted.

0 comments on commit 3d49fd4

Please sign in to comment.