Keyboard shortcuts disabling

Tags: #<Tag:0x00007f136c936530>

How to disable keyboard shortcuts for handsontable

Hey @thakurshivam100

you can use the https://handsontable.com/docs/7.2.2/Hooks.html#event:beforeKeyDown hook by adding the event.stopImmediatePropagation() method.