How to disable keyboard shortcuts for handsontable
Keyboard shortcuts disabling
Hey @thakurshivam100
you can use the https://handsontable.com/docs/7.2.2/Hooks.html#event:beforeKeyDown hook by adding the event.stopImmediatePropagation()
method.
Hey @thakurshivam100
you can use the https://handsontable.com/docs/7.2.2/Hooks.html#event:beforeKeyDown hook by adding the event.stopImmediatePropagation()
method.