You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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");});
The text was updated successfully, but these errors were encountered:
The plugin is calling the callback when I press any of the following keys:
CTRL
,SHIFT
orALT
. The plugin is not working as expected by only calling the callback when I pressCTRL + L
.This is my code:
jQuery(document).bind('keydown', 'ctrl+l', function(){alert("HotKey");});
The text was updated successfully, but these errors were encountered: