true
to exclude input elements that are content-editable (i.e. have the contenteditable
attribute set),
or false
otherwise.
true
to exclude all elements with a tag name not matched by jQuery.hotkeys.textInputTypes
, or false
otherwise.
true
to exclude all input elements with a type attribute not set to one of the values contained in
jQuery.hotkeys.textAcceptingInputTypes
, or false
otherwise.
Generated using TypeDoc
The options for the jQuery Hotkeys plugin you may pass when initializing this plugin on an input element.