The plugin is calling the callback when I press any of the following keys: CTRL, SHIFT or ALT. The plugin is not working as expected by only calling the callback when I press CTRL + L.
This is my code: jQuery(document).bind('keydown', 'ctrl+l', function(){alert("HotKey");});