Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hotkeys

Access Selected Text Within A Hotkey Object

Is it possible to grab user's selected text within Hotkey's scope? Defined in Addon/lib/mai… Read more Access Selected Text Within A Hotkey Object

How To Disable Hotkeys When Inputting?

When the user presses a certain key, a component shows. I have four such components. When the user … Read more How To Disable Hotkeys When Inputting?

Javascript -> Hotkeys -> Disable For Input Fields

okay so I have the hotkey working just can't make it stop $(document).keypress(function(e){ … Read more Javascript -> Hotkeys -> Disable For Input Fields