Closed GoogleCodeExporter closed 8 years ago
the following will be handled by the plugin
$(document).unbind('keydown', 'Ctrl+c', fn);
however if you omit the combination parameter and call
$(document).unbind('keydown', fn);
your fn will be called for every keydown event
Original comment by Afro.Sys...@gmail.com
on 3 May 2009 at 9:00
Original issue reported on code.google.com by
peter.mo...@gmail.com
on 12 Dec 2008 at 5:42