We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fcdd6c + e205bba commit 2eed592Copy full SHA for 2eed592
jquery.hotkeys.js
@@ -40,6 +40,7 @@
40
//will also allow removing listeners of a specific key combination
41
//and support data objects
42
keys = (handleObj.namespace || "").toLowerCase().split(" ");
43
+ keys = jQuery.map(keys, function(key) { return key.split("."); });
44
45
//no need to modify handler if no keys specified
46
if (keys.length === 1 && keys[0] === "") {
0 commit comments