Options
All
  • Public
  • Public/Protected
  • All
Menu

The options for the jQuery Hotkeys plugin you may pass when initializing this plugin on an input element.

Hierarchy

  • HotkeyOptions

Index

Properties

filterContentEditable: boolean

true to exclude input elements that are content-editable (i.e. have the contenteditable attribute set), or false otherwise.

filterInputAcceptingElements: boolean

true to exclude all elements with a tag name not matched by jQuery.hotkeys.textInputTypes, or false otherwise.

filterTextInputs: boolean

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