v3.11.2 Add getAllKeyCodes method to API (#439) 7a8e2b2e4b

gh-pages
jaywcjlove 2 years ago
parent 1136d86855
commit 809f1204fc

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

@ -1,13 +1,13 @@
{
"files": {
"main.css": "/hotkeys-js/static/css/main.f00f83fe.css",
"main.js": "/hotkeys-js/static/js/main.d35c8b53.js",
"main.js": "/hotkeys-js/static/js/main.6d9ff529.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.d35c8b53.js.map": "/hotkeys-js/static/js/main.d35c8b53.js.map",
"main.6d9ff529.js.map": "/hotkeys-js/static/js/main.6d9ff529.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"
},
@ -15,6 +15,6 @@
"static/js/refractor-vendor.390356d6.js",
"static/js/react-vendor.be17bb13.js",
"static/css/main.f00f83fe.css",
"static/js/main.d35c8b53.js"
"static/js/main.6d9ff529.js"
]
}

@ -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.d35c8b53.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.6d9ff529.js"></script><link href="./static/css/main.f00f83fe.css" rel="stylesheet"></head><body><div id="root"></div></body></html>

File diff suppressed because one or more lines are too long

@ -36,3 +36,12 @@
* 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 <wowohoo@qq.com>
* https://jaywcjlove.github.io/hotkeys-js
* Licensed under the MIT license
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save