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
I download many versions, but the "ctrl+s" bug exists in every version, it can not use unbind method, can you great guys fix the bug? I need the methed for some of my actions.
The text was updated successfully, but these errors were encountered:
Just to elaborate on this, linjuming is referring to the test in test-static-07.html. The command
jQuery(document).unbind('keydown', '⌃+s');
has no apparent effect (whereas a straight unbind('keydown') works). It seems that the ability to unbind specific keys simply doesn't exist in jQuery Hotkeys.
I download many versions, but the "ctrl+s" bug exists in every version, it can not use unbind method, can you great guys fix the bug? I need the methed for some of my actions.
The text was updated successfully, but these errors were encountered: