Skip to main content
February 9, 2011
Question

ways to disable native shortcuts

  • February 9, 2011
  • 1 reply
  • 563 views

Hi all,

I'm working on a big app. I need to enable back native keyboard shortcuts(e.g. CTRL+T opens new tab). e.isDefaultPrevented() called in handler returns false, but still when I press CRTL+T new tab is not opened. Is there some other way to disable keyboard shortcuts except e.preventDefault()?

This topic has been closed for replies.

1 reply

February 9, 2011

Or even more simple question. Is there a way to enable all default shortcuts?