diff --git a/dist/hotkeys.common.js b/dist/hotkeys.common.js index 872d4b41..f3a8a099 100644 --- a/dist/hotkeys.common.js +++ b/dist/hotkeys.common.js @@ -1,5 +1,5 @@ /**! - * hotkeys-js v3.10.3 + * hotkeys-js v3.10.4 * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * * Copyright (c) 2023 kenny wong diff --git a/dist/hotkeys.common.min.js b/dist/hotkeys.common.min.js index 3c66c2cd..d3b81a9b 100644 --- a/dist/hotkeys.common.min.js +++ b/dist/hotkeys.common.min.js @@ -1,2 +1,2 @@ -/*! hotkeys-js v3.10.3 | MIT © 2023 kenny wong http://jaywcjlove.github.io/hotkeys */ +/*! hotkeys-js v3.10.4 | MIT © 2023 kenny wong http://jaywcjlove.github.io/hotkeys */ "use strict";var isff="undefined"!=typeof navigator&&0 diff --git a/dist/hotkeys.js b/dist/hotkeys.js index e24eeb40..4c7ee435 100644 --- a/dist/hotkeys.js +++ b/dist/hotkeys.js @@ -1,5 +1,5 @@ /**! - * hotkeys-js v3.10.3 + * hotkeys-js v3.10.4 * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * * Copyright (c) 2023 kenny wong diff --git a/dist/hotkeys.min.js b/dist/hotkeys.min.js index 3fcdd262..3fc8c209 100644 --- a/dist/hotkeys.min.js +++ b/dist/hotkeys.min.js @@ -1,2 +1,2 @@ -/*! hotkeys-js v3.10.3 | MIT © 2023 kenny wong http://jaywcjlove.github.io/hotkeys */ +/*! hotkeys-js v3.10.4 | MIT © 2023 kenny wong http://jaywcjlove.github.io/hotkeys */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).hotkeys=t()}(this,function(){"use strict";var e="undefined"!=typeof navigator&&0 { expect(e.metaKey).toBeTruthy(); expect(e.ctrlKey).toBeTruthy(); expect(e.shiftKey).toBeTruthy(); - expect(hotkeys.getPressedKeyString()).toEqual(['⇧', '⌘', '⌃', 'A']); + expect(hotkeys.getPressedKeyString()).toEqual(['⇧', '⌃', 'A', '⌘']); }); __triggerKeyboardEvent(document.body, 65, { metaKey: true,