How to disable Left & Right on keyboard?

Hi everyone.
I’m meeting a problem when press on left & right button on scheduler. It will automatically change to the next day or previous day if i click these button. I have read all the document and find no place can’t disable these feature, because i want to show the scheduler out of the screen size and i need left and right to manually scroll on horizontal.

Thanks.

Not entirely sure about disabling just the left and right keyboards, but have you checked this?

//disables the keyboard navigation
scheduler.config.key_nav = false;

Unfortunately there is no built-in way to disable switching dates with arrow keys -
github.com/DHTMLX/scheduler/blo … nav.js#L63
you can only disable keyboard navigation globally, as jiminee suggested